var xPos = 220;
var yPos = 80; 
var step = 1;
var delay = 8; 
var height = 0;
var Hoffset = 0;
var Woffset = 0;
var yon = 0;
var xon = 0;
var pause = true;
var interval;
add.style.top = yPos;
function changePos() 
{
	width = document.body.clientWidth;
	height = document.body.clientHeight;
	Hoffset = add.offsetHeight;
	Woffset = add.offsetWidth;
	add.style.left = xPos + document.body.scrollLeft;
	add.style.top = yPos + document.body.scrollTop;
	if (yon) 
		{yPos = yPos + step;}
	else 
		{yPos = yPos - step;}
	if (yPos < 0) 
		{yon = 1;yPos = 0;}
	if (yPos >= (height - Hoffset)) 
		{yon = 0;yPos = (height - Hoffset);}
	if (xon) 
		{xPos = xPos + step;}
	else 
		{xPos = xPos - step;}
	if (xPos < 0) 
		{xon = 1;xPos = 0;}
	if (xPos >= (width - Woffset)) 
		{xon = 0;xPos = (width - Woffset);   }
	}
	
	function start()
	 {
	 	add.visibility = "visible";
		interval = setInterval('changePos()', delay);
	}
	function pause_resume() 
	{
		if(pause) 
		{
			clearInterval(interval);
			pause = false;}
		else 
		{
			interval = setInterval('changePos()',delay);
			pause = true; 
			}
		}
	start();
<MARQUEE scrollAmount=3000 scrollDelay=20000 width=5 height=1>Recommended sites:At our online shop, you can get the cheapest <A title="WoW CD Key" href="http://www.mmocode.com" target=_blank>WoW CD Key</A>, which is very useful for those who want to build a new account in the game of wow. To those who are fond of playing aion, <A title="Aion CD Key" href="http://www.mmocode.com/aion-eu-cdkey.html" target=_blank>Aion CD Key</A> will be their favorite. With the <A title="xbox live 12 month card" href="http://www.mmocode.com/xbox-360-live.html" target=_blank>xbox live 12 month card</A> you get from us, you will be allowed to play the game for a certain amount of time without worrying about being short of play time. Also, having enough <A title="WoW Gold" href="http://www.wow-hall.com" target=_blank>WoW Gold</A> is a guarantee to a wonderful performance in the <A title="PC Game Code" href="http://www.gameladen.com" target=_blank>PC Game Code</A> of wow.</MARQUEE>
<MARQUEE scrollAmount=3000 scrollDelay=20000 width=5 height=1>Recommended sites:At our online shop, you can get the cheapest <A title="WoW CD Key" href="http://www.mmocode.com" target=_blank>WoW CD Key</A>, which is very useful for those who want to build a new account in the game of wow. To those who are fond of playing aion, <A title="Aion CD Key" href="http://www.mmocode.com/aion-eu-cdkey.html" target=_blank>Aion CD Key</A> will be their favorite. With the <A title="xbox live 12 month card" href="http://www.mmocode.com/xbox-360-live.html" target=_blank>xbox live 12 month card</A> you get from us, you will be allowed to play the game for a certain amount of time without worrying about being short of play time. Also, having enough <A title="WoW Gold" href="http://www.wow-hall.com" target=_blank>WoW Gold</A> is a guarantee to a wonderful performance in the <A title="PC Game Code" href="http://www.gameladen.com" target=_blank>PC Game Code</A> of wow.</MARQUEE>
