// JavaScript Document - ryerson.ca social bookmarking script

   page_location=location.href;
	   
	   function fb_click() {
	   u=location.href;
	   t=document.title;
	   window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	   return false;
	   }
	   
	   function digg_click() {
	   window.open('http://digg.com/submit?url='+page_location+'&title='+document.title);
	   return false;
	   }
	   
	   function del_click() {
	   window.open('http://del.icio.us/post?url='+page_location+'&title='+document.title);
	   return false;
	   }
	   
	   function furl_click() {
	   window.open('http://www.furl.net/storeIt.jsp?u='+page_location+'&t='+document.title);
	   return false;
	   }
	   
	   function twitter_click() {
	   window.open('http://www.twitter.com/home?status='+page_location+'&title='+document.title);
	   return false;
	   }
	   
	   function nv_click() {
	   window.open('http://www.newsvine.com/_tools/seed&save?%20u='+page_location+'&h='+document.title);
	   return false;
	   }
