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

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