
images = new Array(4);

images[0] = "<a href='resources.html'>Find resources</a>. Find handouts, PowerPoints, and Web links to help you with writing.<br><a href='http://owl.waol.org/resources.html' title='find handouts'><img src='images/resources.gif' border='0' alt='Online Writing Lab Resources'></a>";

images[1] = "<a href='submit.html'>Submit your work</a>. Use the Online Writing Conference Submission Form for personalized feedback on your draft.<br><a href='http://owl.waol.org/submit.html' title='submit work'><img src='images/submit.gif' border='0' alt='Submit Drafts'></a>";

images[2] = "<a href='campus.html'>Campus Writing Centers</a>. Find information about your campus writing center.<br><a href='http://owl.waol.org/campus.html' title='campus centers'><img src='images/campus.gif' border='0' alt='Campus Writing Centers'></a>";

images[3] = "<a href='feedback.html'>Give feedback</a>. Share your comments about this website.<br><a href='http://owl.waol.org/feedback.html' title='give feedback'><img src='images/feedback.gif' border='0' alt='Give Feedback'></a>";

index = Math.floor(Math.random() * images.length);


//done

/* place in body where images should be:
        document.write(images[index]);  
*/
//-->