// Omniture Vendor Specific File
// Desc: Used to store a single vendors information.
// Vendor: Typepad
/////////////////////////////////////////////////////////////////////////////

// Vendor 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||";
}
 
// Vendor Specific Variables
mistats.pagename        = "Vendor: Blogs: Typepad: " + document.title;
mistats.msr             = mistats.bizunit + "|" + mistats.pubname + "|" + "TP-TYP";
mistats.channel         = "Vendor: Blogs: Typepad: " + miblogs_name;
mistats.contentsource   = mistats.sitename + ": " + "Typepad: " + miblogs_role + ": " + miblogs_author;
mistats.pagelevel       = "Vendor";
 
// Taxonomic Variables
mistats.taxonomy        = miblogs_taxonomy;
mistats.altcategories   = "";
mistats.keywords        = "";
