var quotes = new Array;

quotes.push("webmaster@bjscanadianbar.com");



document.write(quotes[(Math.floor(Math.random() * quotes.length))]);