function sendOmnitureRequest(channel, section, subSection){
	s.prop1='BP';					// Division
	s.prop2='Entertainment';		// Sub-Division code
	s.prop3= 'BigBlogs';			// Site code
	s.channel = channel ? channel : "";			// Channel code
	s.prop4 = section ? section : "";				// Section code
	s.prop5 = subSection ? subSection : "";			// Sub-Section code
	s.pageName=s.prop1 + ':' + s.prop3 + ':' + s.channel + ':' + s.prop4;
	 // Remove un-used variables
	s.hier1= s.prop1+ '|' + s.prop2+ '|' + s.prop3 + '|' + s.channel + '|' + s.prop4;
	// Remove un-used variables
	s.server=document.location.host;
	s.eVar1=s.prop1;
	s.eVar2=s.prop2;
	s.eVar3=s.prop3;
	s.eVar4=s.channel;
	s.eVar5=s.prop4;
	s.eVar15=s.prop5;
	var s_code=s.t();if(s_code)document.write(s_code);	  // Sends Omniture request
}
