	$(document).ready(function(){
	$("div.twitterbutton").click( function(event) { window.location = $(this).attr("url"); event.preventDefault(); }); 
	$("div.rssbutton").click( function(event) { window.location = $(this).attr("url"); event.preventDefault(); }); 
	$("div.facebookbutton").click( function(event) { window.location = $(this).attr("url"); event.preventDefault(); }); 
	$("div.youtubebutton").click( function(event) { window.location = $(this).attr("url"); event.preventDefault(); }); 
	$("div.emailbutton").click( function(event) { window.location = $(this).attr("url"); event.preventDefault(); }); 
	})
