<!--
var url = "";
	
if (document.images){
	h = new Image();
	h.src = url + "/images/tn-home.gif";
	h1 = new Image();
	h1.src = url + "/images/tn-home1.gif";
	
	fa = new Image();
	fa.src = url + "/images/tn-fine.gif";
	fa1 = new Image();
	fa1.src = url + "/images/tn-fine1.gif";
	
	ci = new Image();
	ci.src = url + "/images/tn-ill.gif";
	ci1 = new Image();
	ci1.src = url + "/images/tn-ill1.gif";
	
	ph = new Image();
	ph.src = url + "/images/tn-photo.gif";
	ph1 = new Image();
	ph1.src = url + "/images/tn-photo1.gif";
	
	vv = new Image();
	vv.src = url + "/images/tn-views.gif";
	vv1 = new Image();
	vv1.src = url + "/images/tn-views1.gif";
	
    function iC(i, iName){
    	document.images[i].src = eval(i + iName + ".src");
   	}
}
//-->