var adWidth=105;
var adHeight=105;
var win=this;
var adCookie="adMatter_1323=";
var AD_HTML="<a href='freegift.php' target='main'><img src='../Flash/fgbanner_animat.gif' border=0></a>";
var os = 0;
var dir = 1;

var adWidthTop = 300;
var rightbar;
var coupletcodeR;
rightbar = window.screen.width-adWidth-125;
coupletcodeR = "<DIV id='adRightFlybar' style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: " + adWidthTop + ";VISIBILITY: hidden' width=130>32</div>";
if (window.screen.width>=1024)
{
document.write(coupletcodeR);
}
function InsertCoupletR()
{
	if (window.screen.width>=1024)
	{
	document.all.adRightFlybar.style.visibility = "visible";
	document.all.adRightFlybar.innerHTML = AD_HTML;
	moveR();
	}
}

InsertCoupletR();

function moveR()
{ 
  document.all.adRightFlybar.style.top = document.body.scrollTop + 5 + os;
//  document.all.adRightFlybar.style.top = document.body.scrollTop + document.body.offsetHeight - adWidthTop;

  if(dir==1)
  {
    os = os + 4;
    if (os > document.body.offsetHeight -120)
    {
       dir = 2;
    }
  }
  else
  {
    os = os - 4;
    if (os < 10)
    {
       dir = 1;
    }
  }

//  document.all.adRightFlybar.style.left = window.screen.width - adWidth - 25;
  document.all.adRightFlybar.style.left = document.body.offsetWidth - adWidth - 40;

 setTimeout("moveR();",50)
}