

function bystromDesign(f,m) {     
	


	if(f.namn.value == ""){
        alert('Du har glömt att tala om ven du är.');
        return false;
	} 

	if(f.tele.value == ""){
        alert('Du har glömt att skriva ditt telefonnummer');
        return false;
	}	



	f.submit()
}

function facebookClick(u, t, s, i) {	
	window.open('http://www.facebook.com/sharer.php?s=100&p[title]='+encodeURIComponent(t)+'&p[images][0]='+encodeURIComponent(i)+'&p[medium]=102&p[summary]='+encodeURIComponent(s)+'&p[url]='+encodeURIComponent(u), 'sharer', 'toolbar=0,status=0,width=626,height=436');
	return false;
}

function mySpaceClick(T, C, U, L) {
	var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T)
	+ '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U) + '&l=' + L;
	window.open(targetUrl);
}