function trimitePeEmail(siteUrl) {

        articol = "http://www.need4speed.ro/"+siteUrl;

        window.location.href = "mailto:?subject=Un articol interesant&body=" + articol;

    }
    
function trimiteYM(siteUrl){
	  articol = "http://www.need4speed.ro/"+siteUrl;
	  
	  window.location.href = "ymsgr:im?+&msg=Un articol interesant: " + articol;
}
