// JavaScript Document

var storeHours = new Array();
storeHours['025'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['041'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['045'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['051'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['055'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['061'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['065'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['071'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['075'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['081'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['085'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['095'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['101'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['105'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['111'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['121'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['131'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['141'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['151'] = "Monday - Friday 10 to 9, Saturday 9 to 10, Sunday 10 to 7";
storeHours['161'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['171'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['181'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";
storeHours['191'] = "Monday - Saturday 10 to 9, Sunday 11 to 6";


var storePage = new Array();
storePage['025'] = "/at_the_stores/westmont.html";
storePage['041'] = "/at_the_stores/marietta.html";
storePage['045'] = "/at_the_stores/st_louis_park.html";
storePage['051'] = "/at_the_stores/mayfield_heights.html";
storePage['055'] = "/at_the_stores/madison_heights.html";
storePage['061'] = "/at_the_stores/st_davids.html";
storePage['065'] = "/at_the_stores/duluth.html";
storePage['071'] = "/at_the_stores/sharonville.html";
storePage['075'] = "/at_the_stores/north_jersey.html";
storePage['081'] = "/at_the_stores/fairfax.html";
storePage['085'] = "/at_the_stores/rockville.html";
storePage['095'] = "/at_the_stores/brentwood.html";
storePage['101'] = "/at_the_stores/tustin.html";
storePage['105'] = "/at_the_stores/yonkers.html";
storePage['111'] = "/at_the_stores/houston.html";
storePage['121'] = "/at_the_stores/cambridge.html";
storePage['131'] = "/at_the_stores/richardson.html";
storePage['141'] = "/at_the_stores/columbus.html";
storePage['151'] = "/at_the_stores/chicago.html";
storePage['161'] = "/at_the_stores/santa_clara.html";
storePage['171'] = "/at_the_stores/westbury.html";
storePage['181'] = "/at_the_stores/denver.html";
storePage['191'] = "/at_the_stores/overland_park.html";

var storeName = new Array();
storeName['025'] = "Chicagoland/Westmont";
storeName['041'] = "Greater Atlanta/Marietta";
storeName['045'] = "Twin Cities/St. Louis Park";
storeName['051'] = "Northeast Ohio/Mayfield Hts.";
storeName['055'] = "Detroit/Madison Heights";
storeName['061'] = "Philadelphia/St. Davids";
storeName['065'] = "Greater Atlanta/Duluth";
storeName['071'] = "Cincinnati/Sharonville";
storeName['075'] = "North Jersey/Paterson";
storeName['081'] = "Northern Virginia/Fairfax";
storeName['085'] = "Beltway/Rockville";
storeName['095'] = "St. Louis/Brentwood";
storeName['101'] = "Orange County/Tustin";
storeName['105'] = "Yonkers";
storeName['111'] = "Houston/West Loop";
storeName['121'] = "Boston/Cambridge";
storeName['131'] = "Dallas Metroplex/Richardson";
storeName['141'] = "Central Ohio/Columbus";
storeName['151'] = "Chicagoland/Central";
storeName['161'] = "Silicon Valley/Santa Clara";
storeName['171'] = "Long Island/Westbury";
storeName['181'] = "Denver/Denver Tech Center";
storeName['191'] = "Kansas City/Overland Park";