document.write("<div id='point1' STYLE='position:absolute;visibility:visible;' align=center><a href='http://www.bigcocksociety.com/index.cfm?id=2399' style='font-size: 14px; color:#ffffff' target='_blank'>Big Cocks!<br><img src='http://www.bigcashsociety.com/ad_rotator.cfm?site=bigcocksociety&size=gif 120x60&type=gif&id=2399' border='0'></a><br><br><a href='http://www.BlackStudSociety.com/index.cfm?id=2399' style='font-size: 14px; color:#ffffff' target='_blank'>Big Black Cocks!<br><img src='http://www.bigcashsociety.com/ad_rotator.cfm?site=BlackStudSociety&size=gif 120x60&type=gif&id=2399' border='0'></a><br><br><a href='http://www.HungBigContest.com/index.cfm?id=2399' style='font-size: 14px; color:#ffffff' target='_blank'>Big Hung Contest!<br><img src='http://www.bigcashsociety.com/ad_rotator.cfm?site=HungBigContest&size=gif 120x60&type=gif&id=2399' border='0'></a></div>");

window.resizeTo(screen.width,screen.height-25); 
window.moveTo(0,0);             
var xPos = 0; 
var step = 1; 
var delay = 30; 
var yPos = 0; 
var height = 0; 
var offset = 0; 
var yon = 0; 
var name = navigator.appName; 

if (name == "Microsoft Internet Explorer")
{ 
	xPos = document.body.clientWidth-155; 
} 
else
{ 
	xPos = window.innerWidth-155; 
} 

if (name == "Microsoft Internet Explorer")
{ 
	yPos = document.body.clientHeight; 
	point1.style.top = yPos; 
} 
else
{ 
	yPos = window.innerHeight; 
	document.point1.pageY = yPos; 
	document.point1.visibility = "hidden"; 
} 

start()

function changePos()
{ 
	if (yon == 0) { yPos = yPos - step; } 
	else { yPos = yPos + step; } 
	
	if (name == "Microsoft Internet Explorer") 
	{ 
		height = document.body.clientHeight; 
		offset = point1.offsetHeight; 
	} 
	else
	{ 
		height = window.innerHeight; 
		offset = document.point1.clip.height; 
	} 

	if (yPos < 0)
	{ 
		yon = 1; 
		yPos = 0; 
	} 

	if (yPos >= (height - offset))
	{ 
		yon = 0; 
		yPos = (height - offset); 
	} 
	if (name == "Microsoft Internet Explorer") 
	{ 
		point1.style.left = xPos; 
		point1.style.top = yPos + document.body.scrollTop; 
	} 
	else
	{ 
		document.point1.pageX = xPos; 
		document.point1.pageY = yPos + window.pageYOffset; 
	} 
} 

function start() 
{ 
	if (name != "Microsoft Internet Explorer")
	{ 
		document.point1.visibility = "visible"; 
	} 
	
	loopfunc(); 

} 

function loopfunc() 
{ 
	changePos(); 
	setTimeout('loopfunc()',delay); 
} 
