var goodbrowser=document.getElementById

if (goodbrowser) {

document.write('<style>')
document.write('.banner {color:white;font-family:Arial;font-size:12pt;text-decoration:none;}')
document.write('A.banner {text-decoration:none;color:white;}')
document.write('A.banner:visited {color:white;}')
document.write('A.banner:hover {color:yellow;}')
document.write('</style>')


document.write('<table width=728 border=0 cellpadding=8 cellspacing=0>')

document.write('<tr><td></td></tr>')

document.write('<tr><td bgcolor="#0F0273" align="center"><a href="http://www.fabulant.com" target="_top" class="banner">This script has been created by www.fabulant.com.<br>Get more free scripts such as slideshows, text animations, online tools.<br><strong>Click here!</strong></a></td></tr>')

document.write('</table>')

}

