<!-- Hide this script from old browsers  var imagenumber = 20 ; var randomnumber = Math.random(2) ; var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ; images = new Array	images[1] = "i/front/politics01.jpg"	images[2] = "i/front/politics13.jpg"	images[3] = "i/front/politics15.jpg"	images[4] = "i/front/travel002.jpg"	images[5] = "i/front/travel008.jpg"	images[6] = "i/front/travel011.jpg"	images[7] = "i/front/travel014.jpg"	images[8] = "i/front/travel023.jpg"	images[9] = "i/front/doctors_photo01.jpg"	images[10] = "i/front/doctors_photo02.jpg"	images[11] = "i/front/doctors_photo09.jpg"	images[12] = "i/front/babies_photo12.jpg"	images[13] = "i/front/life001.jpg"	images[14] = "i/front/life002.jpg"	images[15] = "i/front/life007.jpg"	images[16] = "i/front/life018.jpg"	images[17] = "i/front/people02.jpg"	images[18] = "i/front/people04.jpg"	images[19] = "i/front/people08.jpg"	images[20] = "i/front/people10.jpg" var image = images[rand1]   links = new Array	links[1] = "/politics/index.shtml"	links[2] = "/politics/index.shtml"	links[3] = "/politics/index.shtml"	links[4] = "/wanderlust/index.shtml"	links[5] = "/wanderlust/index.shtml"	links[6] = "/wanderlust/index.shtml"	links[7] = "/wanderlust/index.shtml"	links[8] = "/wanderlust/index.shtml"	links[9] = "/stories/doctors/title.shtml"	links[10] = "/stories/doctors/title.shtml"	links[11] = "/stories/doctors/title.shtml"	links[12] = "/stories/babies/title.shtml"	links[13] = "/life/index.shtml"	links[14] = "/life/index.shtml"	links[15] = "/life/index.shtml"	links[16] = "/people/index.shtml"	links[17] = "/people/index.shtml"	 	links[18] = "/people/index.shtml"	links[19] = "/people/index.shtml"	links[20] = "/people/index.shtml"		 var link = links[rand1]     //  End Hiding Here -->
