var Quotation=new Array() Quotation[0] = "Our new store is now open in Hahndorf, Adelaide Hills! Come visit us at 7 Main Street, Hahndorf to see our beautiful selection of gowns."; Quotation[1] = "Try wearing your wedding shoes around the house about two weeks prior to your wedding day, you dont want uncomfortable feet on the day!"; Quotation[2] = "Have a day spa and facials the day before your wedding to make sure your make-up applies well."; Quotation[3] = "Be sure to ask our experienced staff any questions you like to help you make your selection, we would love to help you in any way we can."; var Q = Quotation.length; var whichQuotation=Math.round(Math.random()*(Q-1)); function showQuotation(){document.write("
" + Quotation[whichQuotation] + "
");} function popUp(page, PWidth, PHeight, id) { eval("designerwiz" + id + "=window.open('" + page + "','designerwiz1','toolbar=0,scrollbars=0,location=0,status=0,menubars=0,resizable=0,width=" + PWidth + ",height=" + PHeight + "')") eval; ("wiz" + id + ".window.moveTo((screen.width/2)-(PWidth/2),(screen.height/2)-(PHeight/2))") }