
bpCurrHospitalSite = 'norris';

function uscnor_ready(){
    $('#headLinksLining').corner({
        autoPad: true,
        autoAlias: true,
        tl:false,
        bl:{radius:8},
        tr:false,
        br:{radius:8}
    });

    /* Video: Fight On */
    $('.fight-on-video-link').click(function(){

        try {
            pageTracker._trackPageview("/video/two-simple-words");
        } catch(e){}

        if (! $('#tbFightOnVideo').length) {
            $('body').append('<div id="tbFightOnVideo"></div>');
        }
        if (! $('#tbFightOnVideoWrap').length) {
            $('#tbFightOnVideo').append('<div id="tbFightOnVideoWrap"><h2><span>Two Simple Words</span></h2><p class="footer">The Trojan spirit is at work inside both USC University Hospital and USC Norris Cancer Hospital.  This short video is dedicated to our physicians and staff, whose passion for our patients is exhibited each and every day.</p></div>');
        }
        if (! $('#tbFightOnVideoTB').length) {
            $('#tbFightOnVideoWrap h2').after('<div id="tbFightOnVideoTB"></div>');

            var flashvars = {
                aspectratio: "3:2",
                autoplay: "1",
                media: "fighton",
                BWDetection: "1",
                fullscreenpage: "true",
                fsreturnpage: "true"
            };
            var params = {
                quality: "high",
                wmode: "window",
                allowFullScreen: "true"
            };
            var attributes = {
                id : "tbFightOnVideoTB"
            };
            swfobject.embedSWF("/_ui/srauscmaster/swf/videoPlayer_limelight.swf", attributes.id, "540", "360", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
            
        }

        tb_show('', '#TB_inline?height=497&width=547&inlineId=tbFightOnVideo');

        $('#TB_window #TB_title').addClass('fightOnVideo');

        return false;
    });
	
	/* Video: Webinar */
    $('a.prostate-story-video', '#body').click(function(){

        try {
            pageTracker._trackPageview("/video/prostate-story");
        } catch(e){}

        if (! $('#tbProstateStoryVideo').length) {
            $('body').append('<div id="tbProstateStoryVideo"></div>');
        }
        if (! $('#tbProstateStoryVideoWrap').length) {
            $('#tbProstateStoryVideo').append('<div id="tbProstateStoryVideoWrap"><h2>Joe\'s Story</h2></div>');
        }
        if (! $('#tbProstateStoryVideoTB').length) {
            $('#tbProstateStoryVideoWrap h2').after('<div id="tbProstateStoryVideoTB"></div>');

            var flashvars = {
                aspectratio: "16:9",
                autoplay: "1",
                media: "prostate-story",
                BWDetection: "1",
                fullscreenpage: "true",
                fsreturnpage: "true"
            };
            var params = {
                quality: "high",
                wmode: "window",
                allowFullScreen: "true"
            };
            var attributes = {
                id : "tbProstateStoryVideoTB"
            };
            swfobject.embedSWF("/_ui/srauscmaster/swf/videoPlayer_limelight.swf", attributes.id, "640", "360", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
        }

        tb_show('', '#TB_inline?height=447&width=640&inlineId=tbProstateStoryVideo'); 

        return false;
    });


}

$(document).ready(function(){
    uscnor_ready();
    //setTimeout('uscnor_ready();', 100);
});
