var RTR_ArticleURL = location.href;
if (location.href.search("\\?") != -1) {
	RTR_ArticleURL = location.href.split("?")[0];
}

RTR_ArticleTitle = document.title;

function shareDelicious() {
	if (typeof(RTR_ArticleTitle) != 'undefined')
		window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(RTR_ArticleURL)+'&title='+encodeURIComponent(RTR_ArticleTitle)+'&tags=news', 'Popup', 'dependent=yes,hotkeys=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width=540,height=500');
}

function shareFacebook() {
	if (typeof(RTR_ArticleTitle) != 'undefined')
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(RTR_ArticleURL)+'&t='+encodeURIComponent(RTR_ArticleTitle), 'Popup', 'dependent=yes,hotkeys=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width=540,height=500');
}

function shareNewsvine() {
	if (typeof(RTR_ArticleTitle) != 'undefined')
		window.open('http://www.newsvine.com/_wine/save?h='+encodeURIComponent(RTR_ArticleTitle)+'&t=world-news&u='+encodeURIComponent(RTR_ArticleURL), 'Popup', 'dependent=yes,hotkeys=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width=740,height=500');
}

function shareYahoo() {
	if (typeof(RTR_ArticleTitle) != 'undefined')
		window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(RTR_ArticleTitle)+'&u='+encodeURIComponent(RTR_ArticleURL)+'&tag=news', 'Popup', 'dependent=yes,hotkeys=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width=540,height=500');
}

function shareMixx() {
	if (typeof(RTR_ArticleTitle) != 'undefined')
		window.open('http://www.mixx.com/submit/story?title='+encodeURIComponent(RTR_ArticleTitle)+'&page_url='+encodeURIComponent(RTR_ArticleURL), 'Popup', 'dependent=yes,hotkeys=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width=1024,height=640');
}

function shareDigg() {
	if (typeof(RTR_ArticleTitle) != 'undefined')
		window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(RTR_ArticleURL)+'&title='+encodeURIComponent(RTR_ArticleTitle)+'&topic=world_news', 'Popup', 'dependent=yes,hotkeys=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width=1024,height=640');
}

function shareStumble() {
	if (typeof(RTR_ArticleTitle) != 'undefined')
		window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(RTR_ArticleURL)+'&title='+encodeURIComponent(RTR_ArticleTitle), 'Popup', 'dependent=yes,hotkeys=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width=1024,height=640');
}

function shareReddit() {
	if (typeof(RTR_ArticleTitle) != 'undefined')
		window.open('http://reddit.com/submit?url='+encodeURIComponent(RTR_ArticleURL)+'&title='+encodeURIComponent(RTR_ArticleTitle), 'Popup', 'dependent=yes,hotkeys=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width=1024,height=640');
}