function LoadIt()
{
var div = document.createElement("div");
div.style.zindex=10000;
var bdy = document.getElementsByTagName("body")[0];bdy.appendChild(div);
var InitW=document.body.clientWidth;
if(!(parseInt(InitW) > 0))
{
InitW=document.documentElement.clientWidth;
}
div.innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' style='position:absolute;top:400;left:" + ((InitW/2)+170).toString() + ";z-index:10000;' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='400' height='400' id='affiliate' align='middle'><param name='allowScriptAccess' value='always' /><param name='movie' value='affiliate.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><param name='wmode' value='transparent'><embed src='affiliate.swf' wmode='transparent' quality='high' bgcolor='#ffffff' width='400' height='400' name='affiliate' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";setTimeout("update()", 1000);
}

function update()
{
var InitW=document.body.clientWidth;
if(!(parseInt(InitW) > 0))
{
InitW=document.documentElement.clientWidth;
}
document.getElementById("affiliate").style.left = ((InitW/2)+170).toString() + "px";
setTimeout("update()", 1000);
}

function TryIt(dest)
{
window.open('http://wowivideo.com/spokesperson/demo.aspx?dest=' + dest + '&destH=100%&p=http://priority1ss.com/Spokesperson/ActorGallery/Piper/PiperClientWebProHalf2.swf&w=350&h=263','DemoSample','titlebar=yes,toolbar=no,location=no,top=0,left=0,width=' + screen.width + ',height=' + screen.height);
}
