var footerad;
if (self.innerWidth) {
	frameWidth = self.innerWidth;
	frameHeight = self.innerHeight;
	} else if (document.documentElement && document.documentElement.clientWidth) {
	frameWidth = document.documentElement.clientWidth;
	frameHeight = document.documentElement.clientHeight;
	} else if (document.body) {
	frameWidth = document.body.clientWidth;
	frameHeight = document.body.clientHeight;
	}
adHeight = 90;
adWidth = 472;
function showad() {
	footerad = document.getElementById('footerad');
	adheight = 90;
	adtimeout = setTimeout(startad, 1000);
	}
function startad() {
	adposition = 0;
	adtimeout = setInterval(positionad, 25);
	}
function positionad() {
	adposition += 20;
	footerad.style.marginBottom = '-' + (((100 - adposition) / 100) * adheight) + 'px';
	if (adposition >= 100) {
		clearTimeout(adtimeout);
		adtimeout = setTimeout(finishad, 1);
		}
	}
function finishad() {
	footerad.style.marginBottom = '0';	
	}
function closead() {
	selection=document.getElementById('footerad');
	selection.parentNode.removeChild(selection);
	return false;
	}
document.write('<style type="text\/css">');
document.write('body {');
document.write('width: auto;');
document.write('height: 100%;');
document.write('margin: 0;');
document.write('}');
document.write('#footerad {');
document.write('width: 472px;');
document.write('height: 90px;');
document.write('overflow: hidden;');
document.write('background-color: #C4D2FD;');
document.write('border: 1px solid #0000FF;');
document.write('padding: 0;');
document.write('margin: 0;');
document.write('margin-bottom: -90px;');
document.write('position: fixed;');
document.write('left: ' + ((frameWidth/2) - (adWidth/2) -1) + 'px;');
document.write('top: auto;');
document.write('bottom: 0;');
document.write('}');
document.write('#footerad table {');
document.write('margin: 0;');
document.write('padding: 0;');
document.write('text-align: left;');
document.write('border: 0;');
document.write('}');
document.write('#footerad th {');
document.write('margin: 0;');
document.write('padding: 0;');
document.write('}');
document.write('#footerad td {');
document.write('margin: 0;');
document.write('color: #000000;');
document.write('font-family: Helvetica, Arial, Geneva, Tahoma, Verdana, sans-serif;');
document.write('font-size: 10px;');
document.write('font-weight: normal;');
document.write('border: 0;');
document.write('}');
document.write('#footerad a {');
document.write('color: #0000FF;');
document.write('font-family: Helvetica, Arial, Geneva, Tahoma, Verdana, sans-serif;');
document.write('font-size: 10px;');
document.write('font-weight: normal;');
document.write('text-decoration: none;');
document.write('}');
document.write('#footerad ul {');
document.write('margin: 0;');
document.write('padding: 2px 2px 2px 2px;');
document.write('list-style-type: none;');
document.write('cursor: pointer;');
document.write('}');
document.write('#footerad ul li {');
document.write('color: #0000FF;');
document.write('border: 0;');
document.write('}');
document.write('#footerad img {');
document.write('margin: 0;');
document.write('border: 0;');
document.write('}');
document.write('<\/style>');
document.write('<div id="footerad">');
document.write('<table><tr>');
document.write('<th colspan="2" valign="top">');
document.write('<a href="http:\/\/footerads.com\/goto.php?ad=84&i=1&id=873315" target="new">');
document.write('<img src="http:\/\/www.bannerkeyring.com\/coop_atwood.jpg" width="468" height="60" title="Keyring"><\/a><\/th><\/tr><\/table>');
document.write('<table><tr><td width="458" valign="top">');
document.write('<a href="http:\/\/footerads.com\/?1" style="font-size:9px" target="new">Ads by FooterAds<\/a>');
document.write('<\/td><td valign="top">');
document.write('<ul><li><img src="http:\/\/footerads.com\/images\/x.gif?210.53" border="0" onclick="closead()"><\/li><\/ul>');
document.write('<\/td><\/tr><\/table>');
document.write('<\/div>');
showad();