// start flash background //
//Visit http://accessify.com/tools-and-wizards/developer-tools/html-javascript-convertor/ to convert the image link to js parsing//
onload=function()
{
try{
var txt=document.getElementById("getFlash")
txt.innerHTML='<img src="flash\/woman\/noflash.gif" width="125" height="175" alt="no flash" title="">';
}
catch(e)
{
// You can show the error by: alert(e.description)
// If you intend to keep IE/FF silent when error is received, don't place any code here
}
}

var flashvars = {};
var params = {};
params.menu = "false";
params.loop = "true";
params.wmode = "transparent";
params.allowfullscreen = "true";
params.allowscriptaccess = "always";
var attributes = {};
attributes.id = "woman";
swfobject.embedSWF("flash/woman/video.swf", "woman", "150", "200", "9.0.0", false, flashvars, params, attributes);
// end flash background //
