function insertFlash(swf, width, height, id, wmode, flashvars)
{
var strFlashTag = new String();
if (navigator.appName.indexOf("Microsoft") != -1)
{
strFlashTag += '';
}
else
{
strFlashTag += '';
}
document.write(strFlashTag);
}
function bluring()
{
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;