// JavaScript Document

<!-- Hide this script from old browsers --
var random = Math.random() ;
var picnum = Math.round(random*7)+5;
// -- End Hiding Here -->

