﻿addFlashPanels = function(flashUrl, divName, channelName, clipNumber, width, height){
    var flashvars = {
        vxStripChannel: channelName,
        vxTotalClips: clipNumber
    }
    var params = {   
        wmode: "transparent",
        allowScriptAccess: "always"
    };
    var attributes = {};
    swfobject.embedSWF(flashUrl, divName, width, height, "9.0.0", "http://publish.vx.roo.com/rosemaryconley/portal/StripPlaylist/expressInstall.swf", flashvars, params, attributes);	
}

$(document).ready(function() {
    /* Add Search Panel */
    if ($('#SearchPlaylistHP').length != 0) {        
        setTimeout('addFlashPanels("http://publish.vx.roo.com/rosemaryconley/portal/StripPlaylist/RosemaryConley_SearchStrip_v3.swf","SearchPlaylistHP","",0,"298","329")', 1000);
    }    
});
