// JavaScript Document
document.write('<object width="800" height="243">');
document.write('<param name="movie" value="pictures.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="swf/pictures.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="243"></embed>');
document.write ('</object>');

