// MAKE LOCALIZED EDITS HERE
/***************************
* add more movies and associated info here. for the movie name, 
* just include the root name of the file, i.e. mobile_hdr.swf 
* should simply be mobile.
****************************/
var movieList = [
	{
		name:		"office",
		link:		"http://www.plantronics.com/australia/aus/products/office/wireless-headsets/cs70n",
		clickTag:	"/north_america/en_US/home_track.jsp%3Fzone=0%26segment=flash%26media=officeClick%26eol",
		playTag:	"/north_america/en_US/home_track.jsp%3Fzone=0%26segment=flash%26media=officePlay%26eol"
	},
	{
		name:		"mobile",
		link:		"http://www.plantronics.com/australia/aus/products/mobile/bluetooth-headsets/discovery-665",
		clickTag:	"/north_america/en_US/home_track.jsp%3Fzone=0%26segment=flash%26media=mobileClick%26eol",
		playTag:	"/north_america/en_US/home_track.jsp%3Fzone=0%26segment=flash%26media=mobilePlay%26eol"
	},
	{
		name:		"gaming",
		link:		"http://www.plantronics.com/australia/aus/products/computer/multi-use-headsets/audio-350",
		clickTag:	"/north_america/en_US/home_track.jsp%3Fzone=0%26segment=flash%26media=gamingClick%26eol",
		playTag:	"/north_america/en_US/home_track.jsp%3Fzone=0%26segment=flash%26media=gamingPlay%26eol"
	}
];