<!--
function WM_preloadImages() {
    var the_cookie = document.cookie;
    var the_cookie = unescape(the_cookie);
    var broken_cookie = the_cookie.split(":");
  if (document.images) {
  if (typeof(document.WM) == 'undefined'){
    document.WM = new Object();
  }
  document.WM.loadedImages = new Array();
  var argLength = WM_preloadImages.arguments.length;
  for(arg=0;arg<argLength;arg++) {
  
    document.WM.loadedImages[arg] = new Image();
 
    document.WM.loadedImages[arg].src = WM_preloadImages.arguments[arg];
  }
  }
}

function go_to(url) {
	window.location=url;
}

function more_miscellany() {
	var aran = Math.round(Math.random()*12); 
	while (aran == cur) {aran = Math.round(Math.random()*12);  }
	var the_cookie = "wm_javascript=" + escape("name:"+ cur + ":");document.cookie = the_cookie; go_to(a[aran]);
}

function reload_small() {
	go_to(a[cur]);
}
//-->