function setOmnitureProperties(properties)
{
	$.each(properties, function(propertyName, propertyValue){
		s[propertyName] = propertyValue;
	})
}