<!--
function refer()
{
var URL = document.location ;
var txt = "Check this out: " + URL + ". " ;
txt += "" ;
var to="" ;
var sb = document.title ;
var ad = 'mailto:' + to + '?subject=' + sb + '&body=' + txt ;
document.location = ad ;
}
//-->
