﻿// JavaScript
// (c) 1999-2010 media deluxe, D-Offenbach (http://www.media-deluxe.de)
// --------------------------------------------------------------------


function placeMail(adressat,domain){
	document.write('<a href=\"mailto:' + adressat + '@' + domain + '\">' + adressat + '@' + domain + '</a>');
}
function writeTitle() {
	var ttl;
	ttl=unescape(location.search);
	ttl=ttl.substring(1,ttl.length);
	return(ttl);
}
function callVote() {
	var vsearch, vpos1, vpos2, vurl;
	vsearch=document.title;
	vpos1=0;
	vpos2=(vsearch.lastIndexOf('|') > vpos1) ? vsearch.lastIndexOf('|') : vsearch.length;
	vsearch=vsearch.substring(vpos1,vpos2);
	vurl='http://www.media-deluxe.de/_vote/vote.html?' + escape(vsearch);
	open(vurl,'vote','resizable=yes,height=500,width=300');
}
function twitterThis() {
	var vsearch, vpos1, vpos2, vurl;
	vsearch=document.title;
	vpos1=0;
	vpos2=(vsearch.lastIndexOf('|') > vpos1) ? vsearch.lastIndexOf('|') : vsearch.length;
	vsearch=vsearch.substring(vpos1,vpos2);
	vurl='http://twitter.com/home/?status=' + escape(vsearch) + ' ' + document.location;
	document.write('<a title="Twitter this!" href="http://twitter.com/home/?status=' + encodeURIComponent(document.title) + ' ' + encodeURIComponent(window.location.href) +'" target="_blank" rel="nofollow"><img style="margin-right:5px" src="http://www.media-deluxe.de/_imag/sm/p2-twitter.png" width="16" height="16" alt="Twitter this!" /></a>');	
}
function post2Facebook() {
	document.write('<a title="Post to Facebook!" href="http://www.facebook.com/sharer.php?u=' + encodeURIComponent(window.location.href) + '&t=' + encodeURIComponent(document.title) +'" target="_blank" rel="nofollow"><img style="margin-right:8px" src="http://www.media-deluxe.de/_imag/sm/p2-facebook.png" width="16" height="16" alt="Post to Facebook!" /></a>');	
}
function post2MySpace() {
	document.write('<a title="Post to MySpace!" href="http://de.myspace.com/index.cfm?fuseaction=postto&u=' + encodeURIComponent(window.location.href) + '&t=' + encodeURIComponent(document.title) +'" target="_blank" rel="nofollow"><img style="margin-right:8px" src="http://www.media-deluxe.de/_imag/sm/p2-myspace.gif" width="16" height="16" alt="Post to MySpace!" /></a>');	
}
function post2Delicious() {
	document.write('<a title="Post to Delicious!" href="http://delicious.com/post?url=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(document.title) +'" target="_blank" rel="nofollow"><img style="margin-right:8px" src="http://www.media-deluxe.de/_imag/sm/p2-delicious.png" width="16" height="16" alt="Post to Delicious!" /></a>');	
}
function post2Wong() {
	document.write('<a title="Post to Mister Wong!" href="http://www.mister-wong.de/index.php?action=addurl&bm_url=' + encodeURIComponent(window.location.href) + '&bm_description=' + encodeURIComponent(document.title) +'" target="_blank" rel="nofollow"><img style="margin-right:8px" src="http://www.media-deluxe.de/_imag/sm/p2-wong.gif" width="16" height="16" alt="Post to Mister Wong!" /></a>');	
}
function post2StudiVZ() {
	document.write('<a title="Post to StudiVZ!" href="http://www.studivz.net/Suggest/Selection/?u=' + encodeURIComponent(window.location.href) + '&desc=' + encodeURIComponent(document.title) +'" target="_blank" rel="nofollow"><img style="margin-right:8px" src="http://www.media-deluxe.de/_imag/sm/p2-studivz.gif" width="16" height="16" alt="Post to StudiVZ!" /></a>');	
}
function post2Xing() {
	document.write('<a title="Meinen XING-Kontakten zeigen!" href="http://www.xing.com/app/user?op=share;url=' + encodeURIComponent(window.location.href) + ';title=' + encodeURIComponent(document.title) +'" target="_blank" rel="nofollow"><img style="margin-right:8px" src="http://www.media-deluxe.de/_imag/sm/p2-xing.gif" width="16" height="16" alt="Meinen XING-Kontakten zeigen!" /></a>');	
}
function post2Diaspora() {
	document.write('<a title="Post to Diaspora!" href="https://joindiaspora.com/bookmarklet?url=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(document.title) +'" target="_blank" rel="nofollow"><img style="margin-right:8px" src="http://www.media-deluxe.de/_imag/sm/p2-diaspora.png" width="16" height="16" alt="Post to Diaspora!" /></a>');	
}
function plusGoogle() {document.write('<script type="text/javascript">function loadScript(jssource) {var jsnode = document.createElement("script");jsnode.setAttribute("type","text/javascript");jsnode.setAttribute("src",jssource);jsnode.text = "{lang:\'de\'}";document.getElementsByTagName("head")[0].appendChild(jsnode);document.getElementById("callgoogleplus1").innerHTML = "";}var plus1source = "https://apis.google.com/js/plusone.js";</script>');
}
