LOS ANGELES, Jan. 1, 2006 var storeInfo = new Array (1); var x = 1; storeInfo[1] = 'Actors Vince Vaughn and Partick Cranshaw attend the premiere of "Old School" at the Chinese Theatre in Los Angeles, Calif. in 2003. (GETTY)
'; function movePrev(){ x-=1; if (x == 0){ x = 1; document.getElementById("pictures").innerHTML = storeInfo[x]; document.getElementById("numbers").innerHTML = listNumbers(); } else {document.getElementById("pictures").innerHTML = storeInfo[x]; document.getElementById("numbers").innerHTML = listNumbers(); } } //end of movePrev function moveNext(){ x+=1; if (x == 1 + 1){ x = 1; document.getElementById("pictures").innerHTML = storeInfo[x]; document.getElementById("numbers").innerHTML = listNumbers(); } else {document.getElementById("pictures").innerHTML = storeInfo[x]; document.getElementById("numbers").innerHTML = listNumbers(); } } //end of moveNext function listNumbers(){ var numberImg = ''; for(i=1;i
-- Edited by Sparky at 15:59, 2006-01-03
__________________
Sometimes, when i'm lonely... i crawl into a laundry basket and tickle my ears. But, Some times I don't...