var scrolled=false;
if ( typeof(disableAdvertTimer) != "undefined" )
{
if(!disableAdvertTimer)
{
  
  window.onload=getSource;
  setInterval("setHeight()",5000);
}
}
else
{
  window.onload=getSource;
  setInterval("setHeight()",5000);
}

function getSource()
{
 if(advertcode!='undefined')
 {
 if(advertcode==null||advertcode=='')
 {
	advertcode='pub-5329184024483879';
 }
 }
 else
 {
	var advertcode='pub-5329184024483879';
 }
 document.getElementById("advert").innerHTML="<TABLE name='DynaCodeWhipie' id='DynaCodeWhipie' onclick='setCurrentElement(this)'  style='cursor:default;overflow:hidden;text-decoration:none;z-index:4;font-weight:normal;font-style:normal;font-family:arial;position:absolute;border:#000000 0px solid;font-size:12px;color:#000000;background-color:transparent;width:837px;height:33px;top:0;left:101'><tr><td><iframe height='150' width='800' frameborder=0 scrolling='no' src='http://www.whipie.com/text.html'></iframe></td></tr><tr><td><a href='http://www.whipie.com'>Powered by <b>Whipie</b>. Start here your own web site or blog for <b>FREE!!</b> in just a minute</a></td></tr><tr><td>Whipie is the first hosting solution that lets you put your own adverts or simply remove them</td></tr></table>";
 
}
function setHeight()
{

if(!scrolled)
{

 if ( document.getElementById("DynaCodeWhipie") != null )
 {
 document.getElementById("DynaCodeWhipie").style.top=document.body.scrollHeight + 20;
 scrolled=true; 
 }
}
}

