// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

// ======================================
// Q is equal to the number of images
// ======================================
var Q = 6;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write("<img src=\"images\/lab-" + whichQuotation + ".jpg\" alt=\"photo\" \/>");}
showQuotation();