// ROTATOR CONFIG

// NB: make sure that you have a comfort margin
//   slidefadersecondaryinc x slidefadersecondarysteps should be less than slidefaderprimaryinc
//   pref less than a quarter of slidefaderprimaryinc
//   many browsers wont be able to keep up with 25 frames a second.

slidefaderfadein=         1;
slidefaderautoplay=       1;
slidefaderdirection=      1; //0 =backward 1 =forward
slidefadersecondaryinc=   40;  //ms time between fade steps, do NOT try to go smaller than 40.
slidefadersecondarysteps= 60;  //no of steps to fade
slidefaderprimaryinc=     6000; //ms time between slides


//NAV PRELOADS

//preload('/templates/imgs/nav-gifts.png');



//GA

//_uacct = "UA-20124246-1";
//urchinTracker();


//MAPS
function siteonloads() {
	if (window.wagt_map_1) wagt_map_1();
	if (window.wagt_map_2) wagt_map_2();
}
/*wagt_onload*/
window.onunload = function() {
  GUnload();
}


