link = "http://rus.maximaltrening.ru/?partner=coolsoch"; //Ññûëêà
img_url = "http://img0.liveinternet.ru/images/attach/c/0/38/775/38775273_new_musk_plav.gif"; //URL áàííåðà

IE = (document.all);   
NC = (document.layers);   
Opera = (document.getElementById);   
    
function getHeight() {   
	if (IE  || Opera) send = document.body.clientHeight;   
	if (NC) send = window.innerHeight;   
	return send;   
}   
    
function getWidth() {   
	if (IE  || Opera) send = document.body.clientWidth;   
	if (NC) send = window.innerWidth;   
	return send;
} 

widthBrowser = getWidth() - 190;   
heightBrowser = getHeight() - 140;

document.write("<div id=xyz style='position: absolute; top: " + heightBrowser + "px; width: 100px; z-index: 1; left: " + widthBrowser + "px;'><table bgcolor=#FFFFFF width=100px height=100px border=0 cellspacing=0><tr><td><a href='" + link + "' target='_blank'><img src='" + img_url + "' width='170' height='127' border='0'></a></td></table></div>");

window.onscroll=MovePop; // Ïåðåìåùåíèå ïðè ñêðîëëèíãå

function MovePop() {
	document.all['xyz'].style.top=document.body.scrollTop+heightBrowser;
}
