Cufon.DOM.ready(function() {
Cufon.replace('h1,h2,h3,p.phone,h3.catering,h4.catering');
});

function mapSC() {
    var newwindow;
    newwindow = window.open('/Maps/StCloud.aspx', 'House of Pizza - Map - St. Cloud', 'height=540,width=500,resizable=no');
    if (window.focus) {
        newwindow.focus()
    }
}

function mapSartell() {
    var newwindow;
    newwindow = window.open('/Maps/Sartell.aspx', 'House of Pizza - Map - Sartell', 'height=540,width=500,resizable=no');
    if (window.focus) {
        newwindow.focus()
    }
}

