/* [[ ----
	 
	Page tracking: Minimum 3 parameters to qualify 
		- flashvars.pageName = "<Microsite Name>";	   //example: Bravia
		- flashvars.prop42   = "<Microsite Section>";  //example: Bravia:Home
		- flashvars.hier5    = "microsite|<Microsite Name>|<Sub-Level>"; //example: "microsite|Bravia|Television Projector"
	
	Tips: Name the variable with some kind of naming convention for easy read.
	
  ----- ]]*/

/* Page tracking: Home */
flashvars.home_pagename    = "ms:BRAVIA_Motionflow200:History";
flashvars.home_section_p42 = "BRAVIA_Motionflow200:History";
flashvars.home_hier_h5     = "microsite|BRAVIA_Motionflow200|History";

/* Page tracking: About */
flashvars.about_pagename    = "ms:BRAVIA_Motionflow200:About";
flashvars.about_section_p42 = "BRAVIA_Motionflow200:About";
flashvars.about_hier_h5     = "microsite|BRAVIA_Motionflow200|About";

/* Page tracking: BRAVIA Z4 */
flashvars.braviaz4_pagename    = "ms:BRAVIA_Motionflow200:BRAVIA Z4";
flashvars.braviaz4_section_p42 = "BRAVIA_Motionflow200:BRAVIA Z4";
flashvars.braviaz4_hier_h5     = "microsite|BRAVIA_Motionflow200|BRAVIA Z4";

/* Page tracking: Contest */
flashvars.contest_pagename    = "ms:BRAVIA_Motionflow200:Contest";
flashvars.contest_section_p42 = "BRAVIA_Motionflow200:Contest";
flashvars.contest_hier_h5     = "microsite|BRAVIA_Motionflow200|Contest";

/* Page tracking: Clips */
flashvars.clips_pagename    = "ms:BRAVIA_Motionflow200:Clips";
flashvars.clips_section_p42 = "BRAVIA_Motionflow200:Clips";
flashvars.clips_hier_h5     = "microsite|BRAVIA_Motionflow200|Clips";

/* Page tracking: Screensaver */
flashvars.screensaver_pagename    = "ms:BRAVIA_Motionflow200:Screensaver";
flashvars.screensaver_section_p42 = "BRAVIA_Motionflow200:Screensaver";
flashvars.screensaver_hier_h5     = "microsite|BRAVIA_Motionflow200|Screensaver";
	