// JavaScript Document

var randomnumber = Math.random();

	var rand1 = Math.round( (randomnumber * 10) );

	images = new Array 
	images[0]="<a href='/content/books/user_task.html'><img src='/images/books/user_task.jpg' alt='User and Task Analysis for Interface Design' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[1]="<a href='/content/books/practical_guide.html'><img src='/images/books/practical_guide.jpg' alt='A Practical Guide to Usability Testing' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[2]="<a href='/content/books/user_task.html'><img src='/images/books/user_task.jpg' alt='User and Task Analysis for Interface Design' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[3]="<a href='/content/books/practical_guide.html'><img src='/images/books/practical_guide.jpg' alt='A Practical Guide to Usability Testing' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[4]="<a href='/content/books/user_task.html'><img src='/images/books/user_task.jpg' alt='User and Task Analysis for Interface Design' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[5]="<a href='/content/books/practical_guide.html'><img src='/images/books/practical_guide.jpg' alt='A Practical Guide to Usability Testing' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[6]="<a href='/content/books/user_task.html'><img src='/images/books/user_task.jpg' alt='User and Task Analysis for Interface Design' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[7]="<a href='/content/books/practical_guide.html'><img src='/images/books/practical_guide.jpg' alt='A Practical Guide to Usability Testing' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[8]="<a href='/content/books/user_task.html'><img src='/images/books/user_task.jpg' alt='User and Task Analysis for Interface Design' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[9]="<a href='/content/books/practical_guide.html'><img src='/images/books/practical_guide.jpg' alt='A Practical Guide to Usability Testing' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	images[10]="<a href='/content/books/user_task.html'><img src='/images/books/user_task.jpg' alt='User and Task Analysis for Interface Design' width='108' height='142' hspace='8' border='0' style='border: 2px solid #990033;'></a>"
	
	caption = new Array
	caption[0]="<a href='/content/books/user_task.html'>User and Task Analysis for Interface Design</a>"
	caption[1]="<a href='/content/books/practical_guide.html'>A Practical Guide to Usability Testing</a>"
	caption[2]="<a href='/content/books/user_task.html'>User and Task Analysis for Interface Design</a>"
	caption[3]="<a href='/content/books/practical_guide.html'>A Practical Guide to Usability Testing</a>"
	caption[4]="<a href='/content/books/user_task.html'>User and Task Analysis for Interface Design</a>"
	caption[5]="<a href='/content/books/practical_guide.html'>A Practical Guide to Usability Testing</a>"
	caption[6]="<a href='/content/books/user_task.html'>User and Task Analysis for Interface Design</a>"
	caption[7]="<a href='/content/books/practical_guide.html'>A Practical Guide to Usability Testing</a>"
	caption[8]="<a href='/content/books/user_task.html'>User and Task Analysis for Interface Design</a>"
	caption[9]="<a href='/content/books/practical_guide.html'>A Practical Guide to Usability Testing</a>"
	caption[10]="<a href='/content/books/user_task.html'>User and Task Analysis for Interface Design</a>"

	var image = images[rand1]
	var caption = caption[rand1]
 