//preload
sex_hot=new Image();
sex_hot.src="images/button-sex-hot.gif";
sex_cold=new Image();
sex_cold.src="images/button-sex-cold.gif";
drugs_hot=new Image();
drugs_hot.src="images/button-drugs-hot.gif";
drugs_cold=new Image();
drugs_cold.src="images/button-drugs-cold.gif";
fed_hot=new Image();
fed_hot.src="images/button-fed-hot.gif";
fed_cold=new Image();
fed_cold.src="images/button-fed-cold.gif";
white_hot=new Image();
white_hot.src="images/button-white-hot.gif";
white_cold=new Image();
white_cold.src="images/button-white-cold.gif";
violent_hot=new Image();
violent_hot.src="images/button-violent-hot.gif";
violent_cold=new Image();
violent_cold.src="images/button-violent-cold.gif";
writs_hot=new Image();
writs_hot.src="images/button-writs-hot.gif";
writs_cold=new Image();
writs_cold.src="images/button-writs-cold.gif";
dui_hot=new Image();
dui_hot.src="images/button-dui-hot.gif";
dui_cold=new Image();
dui_cold.src="images/button-dui-cold.gif";

//swap
function swap(img,stat) {
 thisimg=document.getElementById(img);
 swapfor=eval(img+"_"+stat+".src");
 thisimg.src=swapfor;
}

