jQuery(document).ready(function(){
    Cufon.replace('.slideshow-header', { textShadow: '1px 1px #333333'});
    Cufon.replace('#heading h1', { textShadow: '1px 1px #333333'});
    $(".modal_iframe").colorbox({transition:"elastic",opacity:0.50, iframe:true, width:"700px", height:"720px"});
    $(".course-desc").colorbox({transition:"none",opacity:0.50, iframe:true, width:"650px", height:"250px"});
    $('label').labelOver('over-apply');
}); 

function findPartner(plink){
    window.open(plink, "_self");
}

