function fb_click() {	
	window.open("http://www.facebook.com/sharer.php?t=rideNSS&u=http://ridenss.com","facebook","toolbar=0,location=0,status=0,width=626,height=436"); 
}

function twit_click() {

	window.open("http://twitter.com/home?status=rideNSS Skating Videos and Shoes http://ridenss.com","twittershare","toolbar=0,location=0,status=0,width=800,height=400");
}

function digg_click() {
	lct = "http%3A//ridenss.com";
	window.open("http://digg.com/submit?url="+lct,"diggshare");
}

function shareMySpace() {
	
	var url = "http://ridenss.com";
	var title = "rideNSS Skate Shoes";
	var content = "NSS - Nice Skate Shoes";
	var location = "3";
	
    window.open("http://www.myspace.com/index.cfm?fuseaction=postto&"+"t="+encodeURIComponent(title)+"&c="+encodeURIComponent(content)+"&u="+encodeURIComponent(url)+"&l="+location,"Post To MySpace","toolbar=0,location=0,status=0,width=626,height=436");
	return false;
}

