function newFont(){
document.getElementById('body').style.fontFamily="Calibri, Arial, Helvetica, sans-serif";
document.getElementById('body').style.fontSize="1.2em";
}
//
function swfout(swf,w,h,fvars){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,5,0,175" width="'+w+'" height="'+h+'"><param name="movie" value="'+swf+'" /><param name=FlashVars value="'+fvars+'" /><param name="allowScriptAccess" value="sameDomain" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="'+swf+'" FlashVars="'+fvars+'" width="'+w+'" height="'+h+'" allowScriptAccess="sameDomain" quality="high" menu="false" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}
function bookmarks(){
document.write('<br />Save this page:&nbsp;&nbsp;&nbsp;<img src="http://www.flashbannernow.com/pix2/delicious.gif" alt="Add to del.icio.us" style="margin-right:5px;vertical-align:middle" /><a href="http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'" target="_blank" title="Add to del.icio.us">del.icio.us</a>&nbsp; | &nbsp;');
document.write('<img src="http://www.flashbannernow.com/pix2/furl-icon.gif" alt="Add to Furl" style="margin-right:5px;vertical-align:middle" /><a href="href=http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(location.href)+'&t='+encodeURIComponent(document.title)+'" target="_blank" title="Add to Furl">furl</a>&nbsp; | &nbsp;');
document.write('<img src="http://www.flashbannernow.com/pix2/simpy.gif" alt="add to Simpy" style="margin-right:5px;vertical-align:middle" /><a href="http://www.simpy.com/simpy/LinkAdd.do?href='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'" target="_blank" title="Add to Simpy">simpy</a>&nbsp; | &nbsp;');
//document.write('<img src="http://www.spurl.net/img/spurlnet_favicon.gif" alt="add to Spurl" style="margin-right:5px;vertical-align:middle" /><a href="http://www.spurl.net/spurl.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href)+'" target="_blank" title="Add to Spurl">spurl</a>&nbsp; | &nbsp;');
document.write('<img src="http://www.flashbannernow.com/pix2/yahoo_16x16.gif" alt="add to Yahoo! MyWeb" style="margin-right:5px;vertical-align:middle" /><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(location.href)+'" target="_blank" title="Add to Yahoo! MyWeb">y! myweb</a>');
}