function shareOnFacebook(url){
	window.open('http://www.facebook.com/sharer.php?u='+url,'sharer','toolbar=0,status=0,resizable=1,width=626,height=436');
}
function shareOnTwitter(url) {
	window.open('http://twitter.com/home?status=Try the Prototype Experience! '+url);
}