// Omniture Product Specific File
// Desc: Used to store a single products information.
// Product: Moveable Type
/////////////////////////////////////////////////////////////////////////////
 

// Product specific code
if( typeof( miblogs_name, miblogs_role, miblogs_author, miblogs_taxonomy ) == 'undefined' )
{
var miblogs_name, miblogs_role, miblogs_author, miblogs_taxonomy;
miblogs_name = "Blog";
miblogs_role = "";
miblogs_author = "";
miblogs_taxonomy = "News|Opinion|Blogs||";
}





// Product Specific Variables
mistats.pagename        = "Product: Blogs: Moveable Type: " + document.title;
mistats.msr             = mistats.bizunit + "|" + mistats.pubname + "|" + "TP-MVT";
mistats.channel         = "Product: Blogs: Moveable Type: " + miblogs_name;
mistats.contentsource   = mistats.sitename + ": " + "Moveable Type: " + miblogs_role + ": " + miblogs_author; 
mistats.pagelevel       = "Product";
 
// Taxonomic Variables
mistats.taxonomy        = miblogs_taxonomy;
mistats.altcategories   = "";
mistats.keywords        = "";
