function emailfriend() {
   //	location.href='mailto:?cc=mailus@rakindo.com&subject=Email a Friend&body=  Hey!\nI was going through the RakIndo http://clasticon.com/rakindo/ website when I stumbled upon something that I thought might interest you. Here\'s the link: ' + document.location.href;

    //location.href = 'mailto:?Subject=Email a Friend&Bcc=mailus@rakindo.com,alex@clasticon.com&amp;Body=Hey!%20%20I%20was%20going%20through%20the%20RakIndo%20website%20when%20I%20stumbled%20upon%20something%20that%20I%20thought%20might%20interest%20you. Here\'s%20the%20link:%20' + document.location.href + '%20Hope%20you%20like%20it%20:)%20';
	
	
	location.href = 'mailto:?Subject=Hey%2c%20check%20this%20out%21&Bcc=mailus@rakindo.com&body=Hey%21%20%20I%20was%20going%20through%20the%20RakIndo%20website%20when%20I%20stumbled%20upon%20something%20that%20I%20thought%20might%20interest%20you.%20%0A%20Here\'s%20the%20link:%20' + document.location.href + '%20Hope%20you%20like%20it%20:)%20';

}
