function txtTitle()
{
	document.write(toptext);
}

function txtMain()
{
	document.write('<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=937293&PA='+aff+'&HTML=http://www.rawgfs.com/tour" target="_blank">'+maintext+'</a>');
}

function txtImg()
{
	document.write('<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=937293&PA='+aff+'&HTML=http://www.rawgfs.com/tour" 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(\'http://www.rawgfs.com/imads/im/bgim.gif\');}');
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(http://www.rawgfs.com/imads/im/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:aff;" 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);