var now = new Date();
var omni_date = new Object;
omni_date.year = now.getFullYear();
omni_date.month = now.getMonth() + 1;

// extract date from url, like /blogs/mouthing-off/2010/4/30/Derby-Drinking-and-Fight-Night-Eats
var matches =
window.location.pathname.match(/blogs\/.*?\/(\d{4})\/(\d{1,2})\/(\d{1,2})/);
if(matches != null){
  omni_date.year = matches[1];
  omni_date.month = matches[2];
}

s_time.server = window.location.hostname;
s_time.channel = 'fw';
s_time.pageName = 'fw|'+ channel +'|'+titleNoBrand;
s_time.prop4 = window.location.pathname + window.location.search;
s_time.prop5 = sub_channel;
s_time.prop9 = window.location.pathname + window.location.search;
s_time.prop10 = window.location.pathname;
s_time.prop11 = sub_channel;
s_time.prop16 = channel;
s_time.prop17 = window.location.href;

s_time.prop18 = search_kw;
if (typeof(catsCSV) == "string") s_time.prop13 = catsCSV;
var s_code=s_time.t();if(s_code)document.write(s_code);
