var ic = 2; var fpimage = new Array(ic); fpimage[0] = "http://www.colgatebookstore.com/swap/images/StandingJohn.jpg"; fpimage[1] = "http://www.colgatebookstore.com/swap/images/john.jpg"; var fpurl = new Array(ic); fpurl[0] = "http://www.colgatebookstore.com/computers/help_desk/frequently_asked/"; fpurl[1] = "http://www.colgatebookstore.com/computers/help_desk/the_bookstore_advantage/"; var fpbody = new Array(ic); fpbody[0] = "Have a question? We have an answer!"; fpbody[1] = "Check out the Bookstore Advantage!"; var choice=Math.floor(Math.random()*ic);

