
<!-- BLOCKS ALL JAVASCRIPT ERRORS

function blockError(){return true;}
window.onerror = blockError;


var newwindow;
function poptastic(url)
{
        newwindow=window.open(url,'name','height=730,width=784');
        if (window.focus) {newwindow.focus()}
}


var newwindow;
function backlotpopup(url)
{
        newwindow=window.open(url,'name','height=370,width=525');
        if (window.focus) {newwindow.focus()}
}



var newwindow;
function teaserpopup(url)
{
        newwindow=window.open(url,'name','height=420,width=760');
        if (window.focus) {newwindow.focus()}
}


var newwindow;
function tvguidepopup(url)
{
        newwindow=window.open(url,'name','height=720,width=630');
        if (window.focus) {newwindow.focus()}
}


