 if (document.images) {version = "n3"
 } else {version = "x"}
 if (version == "n3"){ 
   votout = new Image();
   votout.src='/images/star-1.gif';
   voton = new Image();
   voton.src='/images/star-2.gif';
   votoff = new Image();
   votoff.src='/images/star-3.gif';
 }

