
var curhost = window.location.hostname;
var commonpath = '';
if (curhost == 'localhost') { 
  commonpath = '..'; 
} else {
  commonpath = 'http://www.whereimat.com';
}



var brandIDX = [
  "apple",
  "att",
  "bestbuy",
  "iphone_walmart"
];



var markerImageCold = [
  commonpath+"/images/marker_apple_cold.png",
  commonpath+"/images/marker_att_cold.png",
  commonpath+"/images/marker_bestbuy_cold.png",
  commonpath+"/images/marker_walmart_cold.png",
  commonpath+"/images/marker_default_cold.png"
];

var markerImageHot = [
  commonpath+"/images/marker_apple_hot.png",
  commonpath+"/images/marker_att_hot.png",
  commonpath+"/images/marker_bestbuy_hot.png",
  commonpath+"/images/marker_walmart_hot.png",
  commonpath+"/images/marker_default_hot.png"
];


var reqtid = 'iphone';

