//Java for Flash (SEO Way) with W3 validation

function seoswf()

{	

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="610" height="600">');

document.write(' <param name="movie" value="animation.swf"><param name="quality" value="high">');

document.write('<embed src="animation.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="610" height="600"></embed>');

document.write('</object>');	

}

// JavaScript Document

function headerFlash()
{	
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="199">');
document.write(' <param name="movie" value="topper.swf"><param name="quality" value="high">');
document.write('<embed src="topper.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="199"></embed>');
document.write('</object>');	
}
