// this is for each page that uses top.php or tbanner.html
var mytitle=escape(document.title);
var myurl=escape(document.location);
document.open();
document.write('<span style="font-size:7pt;">');
document.write('Please, Please bookmark: ');
document.write('&nbsp;<a style="font-size:7pt;" title="Add item to StumbleUpon" href="http://www.stumbleupon.com/submit?url='+myurl+'&amp;title='+mytitle+'" target="_blank"><img border=0 src="http://www.stumbleupon.com/images/stumbleit.gif" width="16" height="16" border="0" alt="StumbleUpon"></a>');
document.write('<a style="font-size:7pt;" title="Add item to StumbleUpon" href="http://www.stumbleupon.com/submit?url='+myurl+'&amp;title='+mytitle+'" target="_blank">StumbleUpon</a>');				
document.write('&nbsp;<a style="font-size:7pt;" title="Add item to Digg" href="http://www.digg.com/submit?phase=2&amp;url='+myurl+'&amp;title='+mytitle+'" target="_blank"><img src="http://digg.com/img/badges/16x16-digg-guy.gif" width="16" height="16" border="0" alt="Digg!" /></a>');
document.write('<a style="font-size:7pt;" title="Add item to Digg" href="http://www.digg.com/submit?phase=2&amp;url='+myurl+'&amp;title='+mytitle+'" target="_blank">Digg</a>');
document.write('&nbsp;<a style="font-size:7pt;" title="Add item to del.icio.us" href="http://del.icio.us/post?url='+myurl+'&amp;title='+mytitle+'" target="_blank"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="10" height="10" border="0" alt="del.icio.us" /></a>');
document.write('<a style="font-size:7pt;" title="Add item to del.icio.us" href="http://del.icio.us/post?url='+myurl+'&amp;title='+mytitle+'" target="_blank">del.icio.us</a>');
document.write('</span>');
document.close();