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

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

