var mygallery = new fadeSlideShow({ wrapperid: "fadeshow1", dimensions: [150, 75], imagearray: [ ["user/cimage/bendigo_bank.gif", "http://www.bendigobank.com.au/public/community_bank/community_bank.asp?name=galston", "_new", "",150,46], ["user/cimage/horseland.jpg", "http://www.horseland.com.au/", "_new", "",150,66], ["user/cimage/nature-vet.jpg", "http://www.naturevet.com.au/", "_new", "",150,53], ["user/cimage/dural_stockfeed_150.png", "http://duralstockfeeds.com.au/", "_new", "",150,73], ["user/cimage/Coprice_150.jpg","http://www.coprice.com.au/", "_new", "",150,72], ["user/cimage/NutriRice_150.jpg", "http://www.coprice.com.au/nutririce-horse-feed/", "_new", "",150,67], ["user/cimage/compass150.jpg", "http://www.compasstravel.com.au/", "_new", "",150,48] ], displaymode: {type:'auto', pause:2000, cycles:0, randomize:true, wraparound:false}, persist: false, fadeduration: 500, descreveal: "ondemand", togglerid: "" }) function logoff() { if (confirm("Are you sure you want to logoff?")) window.location = "/members-only-logout.htm"; } function promptEmail() { var subject = "Galston Equestrian Club"; var location = window.location; var body = "You may want to check out this page : " + ""+location+""; var email = prompt("Enter your friend's email address"); if (email != null && email != "") window.location = "mailto:"+email+"?subject="+subject+"&body="+body; } function wet_weather_info() { popup = window.open('wet-weather-info.php', 'popup1', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=500, height=200,left=0, top=0'); popup.focus(); }