maintitle = "Random Quotes";
srcfile = "quotes-source.js";
/////////////////////////////////

var opts			

// The options specified by the search string
opts = location.search;

//document.write("arguments=" + opts);

//fill in contents
document.write("<script language='JavaScript' src=" + srcfile + "></script>");


