var youradioOptions = {
    path: "/srv/www/content/script/youradio-pop-up.html?token=",
    targetWindowName: "player",
    width: 940,
    height: 520
};
function kouleGetCenterW(width) {
    return parseInt(eval((screen.availWidth - parseInt(width)) / 2));
}

function kouleGetCenterH(height) {
    return parseInt(eval((screen.availHeight - parseInt(height)) / 2));
}
function kouleOpenPlayerWindow(path) {
    var name = youradioOptions.targetWindowName;
    var width = youradioOptions.width;
    var height = youradioOptions.height;
    return window.open(path, name, 'scrollbars=no,resizable=no,resize=no,width=' + width + ',height=' + height + ',screenX=' + kouleGetCenterW(width) + ',screenY=' + kouleGetCenterH(height) + ',top=' + kouleGetCenterH(height) + ',left=' + kouleGetCenterW(width));
}

var mood120x240auab67vevekouleMoodUrl = 'http://www.koule.cz/srv/www/musiline-connect/playMood.x?publicToken=auab67veve';
var mood120x240auab67vevekouleMoodOnClick = "kouleOpenPlayerWindow(mood120x240auab67vevekouleMoodUrl + '&popUp=true'); return false;";





	
	
		kouleHtmlBanner = '<a href=\"' + mood120x240auab67vevekouleMoodUrl + '\" onclick=\"'+ mood120x240auab67vevekouleMoodOnClick +'\" style=\"font-family: Aria, Helvetica, lucida, sans-serif;color: #FFFFFF; margin: 0; padding: 0; text-decoration: none; background: url(\'http://www.koule.cz/img/u/koule/bannery/generovany-uzivatel-120x240.png\') no-repeat 0 0; display: block; width: 120px; height: 240px; position: relative;\"><img style=\"border: none; margin: 0; padding: 0; margin: 5px 0 0 0;\" src=\"http://www.koule.cz/srv/www/content/avatar/120x83/novoj.jpg\" alt=\"Avatar na Koule.cz\" width=\"120\" height=\"83\"/><span style=\"line-height:14px;display:block;font-size:14px;font-weight:bold;height:42px;overflow:hidden;padding:5px;text-align:center;width:110px;\">Nálada uživatele novoj</span><span style=\"height: 23px;overflow: hidden; position: absolute; top: 145px; right: 0; width: 120px; display: block; font-size: 16px; font-weight: bold;  text-align: center;\">The hard way</span></a>';
	
	
	



document.write(kouleHtmlBanner);