<!-- Begin 
var xPosa = 500; 
var yPos = document.body.clientHeight; 
var step = 1; 
var delay = 30; 
var height =0; 
var Hoffset = 0; 
var Woffset = 0; 
var yon = 0; 
var xon = 0; 
var pause = true; 
var interval; 
adsa.style.top = yPos; 
function changePosa() { 
width = document.body.clientWidth; 
height = document.body.clientHeight; 
Hoffset = adsa.offsetHeight; 
Woffset = adsa.offsetWidth; 
adsa.style.left = xPosa + document.body.scrollLeft; 
adsa.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) { 
xPosa = xPosa + step; 
} 
else { 
xPosa = xPosa - step; 
} 
if (xPosa < 0) { 
xon = 1; 
xPosa = 0; 
} 
if (xPosa >= (width - Woffset)) { 
xon = 0; 
xPosa = (width - Woffset); 
} 
} 
function starta() { 
adsa.visibility = "visible"; 
interval = setInterval('changePosa()', delay); 
} 
starta(); 
// End --> 
<script type="text/javascript"><!--
google_ad_client = "pub-8218604682990090";
/* 468x60, ´´½¨سع 10-7-15 */
google_ad_slot = "8788784950";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
