<!--
function sportticker(fb1_id,tspiel) {
    if (tspiel == '') {
tspiel = 'spiel';
}
fticker =
window.open('http://intern.kurier.at/sport/ticker/flash/fticker.php?fb1_id='+fb1_id,'fticker'+tspiel,'locationbar=no,menubar=no,resizable=no,width=234,height=526');
fticker.focus();
}
function sportticker2(tfile) {
fticker2 =
window.open('http://intern.kurier.at/sport/ticker/files/'+tfile,'fticker2','scrollbars=yes,locationbar=no,menubar=no,resizable=no,width=255,height=526');
fticker2.focus();
}

function oticker(ot1_id,tspiel) {
    if (tspiel == '') {
		tspiel = 'spiel';
	}
	osticker = window.open('http://intern.kurier.at/sport/olympiaticker/flash/oticker.php?ot1_id='+ot1_id,'osticker'+tspiel,'locationbar=no,menubar=no,resizable=no,width=234,height=526');
	osticker.focus();
}
function oticker2(tfile) {
	osticker2 = window.open('http://intern.kurier.at/sport/olympiaticker/files/'+tfile,'osticker2','scrollbars=yes,locationbar=no,menubar=no,resizable=no,width=255,height=526');
	osticker2.focus();
}
//-->
