// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Home', 'http://www.myfoxhurricane.com', null,
	
	],
	['Mobile', 'http://myfoxhurricane.com/mobile.html', null,
	
	],
	['Video', 'http://myfoxhurricane.com/video.html', null,
	
	],
	['Facebook', 'http://myfoxhurricane.com/facebook.html', null,
	
	],
	['Twitter', 'http://myfoxhurricane.com/twitter.html', null,
	
	],
	['Blog', 'http://myfoxmedia.com/wordpress/', null,
	
	],
	['SuperTracker', 'http://www.myfoxtampabay.com/subindex/weather/tropical', null,
	
	],
	
	
	['NHC', 'http://www.nhc.noaa.gov/', null,
	
	],
	
	['MyFOX Stations', null, null,
		['Atlanta', 'http://www.myfoxatlanta.com/subindex/weather',],
		['Austin', 'http://www.myfoxaustin.com/subindex/weather'],
		['Boston', 'http://www.myfoxboston.com/subindex/weather'],
		['Chicago', 'http://www.myfoxchicago.com/subindex/weather'],
		['Dallas', 'http://www.myfoxdallas.com/subindex/weather'],
		['Detroit', 'http://www.myfoxdetroit.com/subindex/weather'],
			['Houston', 'http://www.myfoxhouston.com/subindex/weather'],
				['Los Angeles', 'http://www.myfoxny.com/subindex/weather'],
				['Memphis', 'http://www.myfoxmemphis.com/subindex/weather'],
					['Minneapolis', 'http://www.myfoxtwincities.com/subindex/weather'],
						['New York', 'http://www.myfoxny.com/subindex/weather'],
							['Orlando', 'http://www.myfoxorlando.com/subindex/weather/tropical'],
								['Philly', 'http://www.myfoxphilly.com/subindex/weather'],
								['Phoenix', 'http://www.myfoxphoenix.com/subindex/weather'],
							['Tampa', 'http://www.myfoxtampabay.com/subindex/weather/tropical'],
								['Washington', 'http://www.myfoxdc.com/subindex/weather'],
								
	],

];



					
               
                        
                          
            