function openWindow(url)
{
	newWindow = window.open(url,'window','width=574,height=380,left=50,top=50,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');
	newWindow.focus();
}

function confirm_telebid() {
var name = confirm("Keine Ahnung, was dieser Countdown zaehlt?? Dann klicke OK!")
if (name == true)
{
window.location.href = "http://tobe.battson.de/2007/telebid-vor-gericht"
}
}