//Copyright Psand Ltd. 2002. //Author L.Hempelskunt sinister@computertorture.com //Free Software released under GPL - http://www.gnu.org //rot_image.js v1.1 6/2/02 //Writes a random image to the document ( 0.jpg/1.jpg/2.jpg... etc. ) //Set file path. var sFile_path='/images/rot_images/front/'; //Set file extension. var sExt='.jpg' //Set number of images (0.jpg to 6.jpg) var iImg_quantity=6; //Set image height var iHeight=90; //Set image width var iWidth=90; //Set alt attribute for image tag var sAlt='Distressed computers.'; //Set id attribute var sId='thumb'; iImg_quantity++; document.write(''+sAlt+'');