function ThemeScheduler() {
this.scheduledTheme = null;
this.makeSchedule = function() {

var themesJSON={"themes": [

{"start":"10/22/2010 00:00","end":"10/22/2011 23:59","pageurl":"/video/shows/full-episodes/taylor-swift-full-show-on-demand/1650636/playlist.jhtml","url":"/sitewide/css/themes/taylorswift/theme.css","oparamName":"ocho","track":""},

{"start":"05/08/2015 00:00","end":"06/01/2015 23:00","pageurl":"/shows/storytellers/series.jhtml","url":"/shows/css/themes/storytellers/theme.css","oparamName":"storytellerstrack","track":"http://view.atdmt.com/MRT/view/312607058/direct;at.STND_MFESRP_Demand_SearchReferral_Global_1x1;ct.1/01/?href=http://b.scorecardresearch.com/p?c1=3amp;c2=6034986amp;c3=UMAA-UMA-096-33-MRTamp;c4=STND_MFESRP_Demand_SearchReferral_Global_1x1amp;c5=312607058amp;c6=amp;cj=1amp;rn=[timestamp]"},

{"start":"12/07/2011 10:40","end":"12/08/2011 3:16","pageurl":"/video/shows/full-episodes/basketball-wives-live-from-miami/1674338/playlist.jhtml","url":"/sitewide/css/themes/basketballwives_hp/theme.css","oparamName":"basketball","track":""},

{"start":"01/30/2012 00:00","end":"06/21/2012 23:59","pageurl":"/music/you_oughta_know/*","url":"/franchises/config/themes/you_oughta_know_starbucks/theme.css","oparamName":"yok","track":""},

{"start":"01/30/2012 00:00","end":"06/21/2012 23:59","pageurl":"/video/gotye/714806/somebody-that-i-used-to-know.jhtml","url":"/franchises/config/themes/you_oughta_know_starbucks/theme.css","oparamName":"yok2","track":""},

{"start":"01/30/2012 00:00","end":"06/21/2012 23:59","pageurl":"/video/misc/733010/eyes-wide-open-you-oughta-know-live.jhtml","url":"/franchises/config/themes/you_oughta_know_starbucks/theme.css","oparamName":"yok2","track":""},

{"start":"01/30/2012 00:00","end":"06/21/2012 23:59","pageurl":"/video/misc/733008/state-of-the-art-you-oughta-know-live.jhtml","url":"/franchises/config/themes/you_oughta_know_starbucks/theme.css","oparamName":"yok2","track":""},

{"start":"01/30/2012 00:00","end":"06/21/2012 23:59","pageurl":"/video/misc/733013/somebody-that-i-used-to-know-you-oughta-know-live.jhtml","url":"/franchises/config/themes/you_oughta_know_starbucks/theme.css","oparamName":"yok2","track":""},

]
};

var sn = new Object();
window.location.search.replace( new RegExp( "([^?=&]+)(=([^&]*))?", "g" ), function( $0, $1, $2, $3 ){ sn[ $1 ] = $3; } );
var n;
var now = "201202230605";
if(now.indexOf("esi") > -1) {
n = new Date();
}else{
now = (now.indexOf('-')> -1) ? now.replace(/-/g,'/') : now.substring(0,4)+'/'+now.substring(4,6)+'/'+now.substring(6,8)+' '+now.substring(8,10)+':'+now.substring(10,12);
n = new Date(now);
}

this.scheduledTheme = makeScheduleExt(themesJSON, n, sn);

}
}
