var defaulturl = this.location.href;
var movieTitle = "Weapon X Mutator";
var publisherID="moxiefox";

function fbs_click(photo) {
	var u=defaulturl + "?img=" + photo;
	var t= movieTitle;
	var targetUrl = 'http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t);
	window.open(targetUrl,'sharer','toolbar=0,status=0,width=626,height=436');
}

function ms(photo) {
	var T = movieTitle;
	var C = '<img src="'+photo+'" alt="Weapon X Mutator" /><br /><br />For Logan, becoming a nearly indestructible killing machine meant suffering through the torturous Top Secret military experiments: Weapon X Program. For you, mutating into Wolverine will only require a photo and possibly a hint of Logan\'s pent up rage.<br /> <br />Go ahead and inject admantium in your meager human skeleton. Mutate yourself now in the Weapon X Mutator.';
	var U = defaulturl;
	var L = 7;
	var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T) + '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U) + '&l=' + L;
	window.open(targetUrl);
}

function addthis_click(photo) {
	var addthis_options = 'email, favorites, digg, delicious, google, reddit, live, more';
	var T = movieTitle;
	var U = defaulturl + "?img=" + photo;
	var P = publisherID;
	var targetUrl = 'http://addthis.com/bookmark.php?pub=' + encodeURIComponent(P) + '&options='+addthis_options+'&url=' + encodeURIComponent(U) + '&title='+encodeURIComponent(T);
	window.open(targetUrl);
}