/// <reference path="jquery-1.4.1-vsdoc.js" />
// CONTENTS ====================================================================
/*
- 
*/

$(document).ready(function () {

    $('a[rel="external"]').click(function () {
        window.open(jQuery(this).attr('href'));
        return false;
    });

    if ($('#campaign a').length > 0) {
        
        $('#campaign a').colorbox({ iframe: true, width: "100%", height: "100%" });
    }
});

function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=853,height=600');");
}


// ======================================================================

