/**
 * http://www.mediacollege.com/internet/troubleshooter/activate-embedded-object.html
 *
 */

document.write('<object width="555" height="555">');
document.write('<param name="movie" value="daisywheel.swf">');
document.write('<embed src="daisywheel.swf" type="application/x-shockwave-flash" width="555" height="555"></embed>');
document.write('</object>');

