// 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-home.png');

function siteonloads() {}

//GA

_uacct = "UA-2153340-24";
urchinTracker();


