$(document).ready(function(){
});

function facebook() {
	var url = document.location + "";
	var sUrl = 'http://www.facebook.com/sharer/sharer.php?u=' + escape(url.replace("http://lacentral:9090/", "http://www.lacentral.com/"));
	window.open(sUrl, 'facebook', 'width=700, height=500');
}

function twitter() {
	window.twttr = window.twttr || {};
	window.twttr.shareWin = window.open('http://twitter.com/share','','width=550,height=450,personalbar=0,toolbar=0,scrollbars=1,resizable=1');
	var tscript = document.createElement('script');
	tscript.src = 'http://platform.twitter.com/bookmarklets/share.js?v=1';
	document.getElementsByTagName('head')[0].appendChild(tscript);
}

function delicious() {
	var url = document.location + "";
	var sUrl = 'http://www.delicious.com/save?url=' + escape(url.replace("http://lacentral:9090/", "http://www.lacentral.com/")) + '&title=' + escape(document.title) + '&v=5&jump=yes';
	window.open(sUrl, 'delicious', 'width=970, height=585');
}
