var _paq = _paq || [];
_paq.push(["setCookieDomain", "*.piranho.de"]);
_paq.push(['setDocumentTitle', document.domain]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://analytics.piranho.net/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 2]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
function getWinSize(win){
if (!win) win = window;
var pos = {x:0,y:0};
if (typeof win.innerWidth != "undefined"){
pos.w = win.innerWidth;
pos.h = win.innerHeight;
}
else if(win.document.body){
pos.w = parseInt(win.document.body.clientWidth);
pos.h = parseInt(win.document.body.clientHeight);
}
return pos;
}
var size = getWinSize();
if (size.w > 780 && size.h > 350) {
//document.write(''); // Corner
document.write(''); // Layer
//document.write('');
//document.write('');
}