function mail(title) 
{
	var bdy;
     bdy = "You have been selected to check out this feature.";
     bdy+= "%0A%0A";
     bdy+= title;
     bdy+= "%0A%0A";
     bdy+= location.href;
	window.location.href = "mailto:?subject="+title+'&body='+ bdy+"%0A%0AFor more articles, photos and videos of your Kapuso stars and shows, visit , visit: http://www.igma.tv";
}
