
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//
// Title : 
// Author : 
// URL : 
//
// Description :
//
// Created : 
// Modified : 
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

// JavaScript
function randimg() { } ; r = new randimg() ; n = 0

//-------------Database----------
r[n++]= '<img src="/storage/hdr/header1.jpg" ALT="1">'
r[n++]= '<img src="/storage/hdr/header2.jpg" ALT="2">'
r[n++]= '<img src="/storage/hdr/header3.jpg" ALT="3">'
r[n++]= '<img src="/storage/hdr/header4.jpg" ALT="4">'
r[n++]= '<img src="/storage/hdr/header1.jpg" ALT="5">'
r[n++]= '<img src="/storage/hdr/header2.jpg" ALT="6">'
r[n++]= '<img src="/storage/hdr/header3.jpg" ALT="7">'
r[n++]= '<img src="/storage/hdr/header4.jpg" ALT="7">'
r[n++]= '<img src="/storage/hdr/header1.jpg" ALT="7">'
r[n++]= '<img src="/storage/hdr/header2.jpg" ALT="7">'
r[n++]= '<img src="/storage/hdr/header3.jpg" ALT="7">'
r[n++]= '<img src="/storage/hdr/header4.jpg" ALT="7">'
r[n++]= '<img src="/storage/hdr/header1.jpg" ALT="7">'
r[n++]= '<img src="/storage/hdr/header2.jpg" ALT="7">'
//----------------------

i=Math.floor(Math.random() * n) ; 
document.write( r[i] )
//-->


function openWindow (url, type, extra) {
newWindow(url, type, extra);
newWindow.focus();
}
