// Copyright (c) 2009 (http://script.aculo.us, http://mir.aculo.us)
// Contributors:
//  Johnson Consulting
//   

/* ------------- element ext -------------- */  
function fbs_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 ms_click() 
			          {u=location.href;
					   t=document.title;
					   window.open('http://www.myspace.com/Modules/PostTo/Pages/?c=<url>'+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=626,height=436');
					   return false;}
					   
					  function t_click() 
			          {u=location.href;
					   t=document.title;
					   window.open('http://twitter.com/home/?status=Party+Mosaic%3A+'+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=626,height=436');
					   return false;}
					   
					   function d_click() 
			          {u=location.href;
					   t=document.title;
					   window.open('http://del.icio.us/post?url='+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=626,height=436');
					   return false;}
					   
					   function dig_click() 
			          {u=location.href;
					   t=document.title;
					   window.open('http://digg.com/submit?phase=2&title=Party+Mosaic&url='+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=626,height=436');
					   return false;}
					   
					   function g_click() 
			          {u=location.href;
					   t=document.title;
					   window.open('http://www.google.com/bookmarks/mark?op=edit&amp;bkmk='+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=626,height=436');
					   return false;} 
