| | <script type="text/javascript"> var quotes = [ "User axed: Inty" "User axed: Aziz Strife 7777" "User axed: joeynova" "User axed: Ricapar9x" "User axed: bttfpromo" "User axed: Heartless" "User axed: curleyjoe1624" "User axed: Lord Setar" "User axed: Lion O" "User axed: Unheroic Hero" ]; function getQuote() { var qs = document.getElementById("quote"); var quote = quotes[Math.floor(Math.random() * quotes.length)]; alert(quote); } </script> <center><input onclick=getQuote() type="button" value="PIE"></center> What's wrong with it? |


