if(typeof(track)=="undefined"){
track = 'main';
}

var maintext="<strong>Hot Teen Says:</strong><br>Hey baby, wanna see real teen hardcore sex?";
var toptext="Instant Message:";

function rand ( n ){
return ( Math.floor ( Math.random ( ) * n + 1 ) );
}

linkout = new Array();
linkout[1] = 'http://www.hotteensgetfucked.com/index.php?ref='+ref+'&pro='+track+'';
linkout[2] = 'http://www.hotteensgetfucked.com/t2/index.php?ref='+ref+'&pro='+track+'';
var enlace = linkout[program];

background = new Array();
background[1] = 'http://www.niceratios.com/mtool/images/msn1.gif';
background[2] = 'http://www.niceratios.com/mtool/images/skype.gif';
background[3] = 'http://www.niceratios.com/mtool/images/facebook.gif';
background[4] = 'http://www.niceratios.com/mtool/images/icq1.gif';
var background = background[bg];

imgad = new Array();
imgad[0] = 'http://www.niceratios.com/mtool/girls/htgf0.jpg';
imgad[1] = 'http://www.niceratios.com/mtool/girls/htgf1.jpg';
imgad[2] = 'http://www.niceratios.com/mtool/girls/htgf2.jpg';
imgad[3] = 'http://www.niceratios.com/mtool/girls/htgf3.jpg';
imgad[4] = 'http://www.niceratios.com/mtool/girls/htgf4.jpg';
imgad[5] = 'http://www.niceratios.com/mtool/girls/htgf5.jpg';
imgad[6] = 'http://www.niceratios.com/mtool/girls/htgf6.jpg';
imgad[7] = 'http://www.niceratios.com/mtool/girls/htgf7.jpg';
imgad[8] = 'http://www.niceratios.com/mtool/girls/htgf8.jpg';
imgad[9] = 'http://www.niceratios.com/mtool/girls/htgf9.jpg';
var imgad = imgad[rand(9)-1];


function txtTitle()
{
	document.write(toptext);
}

function txtMain()
{
	document.write('<a href="'+enlace+'" target="_blank">'+maintext+'</a>');
}

function txtImg()
{
	document.write('<a href="'+enlace+'" target="_blank"><img src="'+imgad+'" border="0"></a>');
}

function closethis(id)
{
	var divPath = document.getElementById(id);
	divPath.style.display='none';
}

function moveIt(id,x)
{
	var supported = (document.getElementById);
	if(!supported) return;
	var divPath = document.getElementById(id);
	var currPos = parseInt(divPath.style.bottom);
	divPath.style.display='block';
	if(currPos < x)
	{
		currPos += 5;
		divPath.style.bottom = currPos + "px";
		setTimeout("moveIt('" + id + "'," + x + ")",15);
	}
}
document.write('<style type="text/css">');
document.write('#floatyContent{z-index:15000; right:2px; font-family:arial; font-size:12px; bottom:-2px; position:fixed; padding:0px; width:201px; height:116px; background-color:#fefbf0; background-image:url("'+ background +'");}');
document.write('#floatyContent a{color:black;text-decoration:none;}');
document.write('</style> ');
document.write('<!--[if lt IE 7]>');
document.write('<style>');
document.write('#floatyContent {position: absolute; top: expression(eval(document.compatMode && document.compatMode==\'CSS1Compat\') ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop+(document.body.clientHeight-this.clientHeight));}');
document.write('body {background-image:url(blank.gif); background-attachment: fixed;}');
document.write('</style>');
document.write('<![endif]-->');
document.write('<!--[if gte IE 7]>');
document.write('<style>');
document.write('#floatyContent {');
document.write('position: expression(eval(document.compatMode && document.compatMode==\'CSS1Compat\') ? \'fixed\' : \'absolute\');');
document.write('top: expression(eval(document.compatMode && document.compatMode==\'CSS1Compat\') ? null : document.body.scrollTop+(document.body.clientHeight-this.clientHeight));');
document.write('}');
document.write('</style>');
document.write('<![endif]-->');
document.write('<div id="floatyContent" style="bottom: 0px; display: block;">');
document.write('<div style="position: absolute; top: 3px; right: 5px;"><a target="_blank" href="javascript:linkout;" onclick="closethis(\'floatyContent\'); return false;" style="color: gray; text-decoration: none;"><b>x</b></a></div>');
document.write('<div style="padding: 6px 6px 6px 25px; text-align: left; font-family: verdana; font-size: 10px;"><b style="color:#000;"><script>txtTitle();</script></b></div>');
document.write('<div style="float: left; position: absolute; left: 9px; top: 33px; width: 47px; height: 47px;"><script>txtImg();</script></div>');
document.write('<div style="padding: 5px 13px; float: right; text-align: left; width: 120px; font-family: verdana; font-size: 11px;"><script>txtMain();</script></div>');
document.write('<div style="clear: both;"></div>');
document.write('</div>');
moveIt('floatyContent',-4);