<!--


// Send to a friend ARTICLE script
function mailArticle()
{
  mail_str = "mailto:?subject= Cool sk8 article at: " + document.title;
  mail_str += "&body= Hey, I thought you'd get a kick outta this sk8 article -- " + document.title;
  mail_str += ". You should check this out at, " + location.href; 
  location.href = mail_str;
}
// END Send to a friend ARTICLE script



// send 2 friend script
function send2friend(){
	var strReturn = new String();
	strReturn += ('<p id="send2friend"><a href="javascript:mailArticle()"><img src="/images/send2friendIcon.gif" />Tell a friend about this skateboard article...</a></p>');
	
document.writeln(strReturn);
}
// END send 2 friend script




// 
