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