var showflash = flashpass; // && brow != 'Safari';
try {
  var movie = '/flash/sli_home_banner_3.swf';
  var noflashhtml = '<img src="/img/sli_home_banner_3_no_flash.jpg" width="735" height="233" border="0" alt="">';

  document.write(flashPlugin({	
	movie: movie,
	movieid: 'homeflashmovie',
	divid: 'homeflash',
	wmode: 'transparent',
	width: 734, height: 234,
	extratest: function() { return showflash; },
	noflashhtml: noflashhtml
  }));

} catch (e) { // mac ie 5
	showflash = false;
	document.write(noflashhtml);
}