var quote= new Array("“Go on Dirty Weasley”","“Bring it on”","“Call the doctor. I think I'm gonna crash”","“It takes a long time to get good”","“If you only had one shot”","“Don't stop me now”","“Technique is a choice”","“Conceive, Believe, Achieve”" );
var name= new Array("Richard","Brian","The Eagles","Scott Molina","Eminem","Freddy Mercury","Todd Kemmerling","Jane Tomlinson");
var i=Math.floor(8*Math.random());
var texty="";
document.writeln(texty) ;
var qone=document.writeln("<a id='goo'>"+quote[i]+"</a>");document.writeln("<a id='gee'>"+name[i]+"</a>");



