function rand(){ return Math.round (Math.random()*(quote.length-1)); } var quote = new Array( 'For confidential concerns, you can make use of the guestbook to send your message to the admin privately.', 'Mind to hit the "Like" button? Thanks!', 'Thanks for visiting my site!', 'Thanks for visiting my site!', 'Mind to hit the "Like" button? Thanks!', 'Last site update:
June 7, 2012

Last file added:
Opera Mini 7 Marlboro
' ); rand = rand(); document.write(quote[rand]);