<!-- 
G_total_sa = 0;					// total random elements
G_day = new Date();				// date for seed
G_seed = G_day.getTime();			// G_seed for random number
ae_('');
ae_('<div class="bground2" style="position:absolute; left:1px; top:116px; width:288px; height:135px; z-index:1 background:#00A1C8"></div>');
ae_('<div class="bground4" style="position:absolute; left:1px; top:116px; width:288px; height:135px; z-index:1 background:#00A1C8"></div>');
ae_('<div class="bground6" style="position:absolute; left:1px; top:116px; width:288px; height:135px; z-index:1 background:#00A1C8"></div>');


function ae_ (description) {
	G_total_sa++;
	sa [G_total_sa] = description;
}
function rand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_sa + 1,10);
	return RN;
}
function sa () {}
//-->


<!-- 
G_total_ta = 0;					// total random elements
G_day = new Date();				// date for seed
G_seed = G_day.getTime();			// G_seed for random number
be_('<div class="bground1" style="position:absolute; left:289px; top:116px; width:492px; height:135px; z-index:1 background:#00A1C8"></div>');
be_('<div class="bground3" style="position:absolute; left:289px; top:116px; width:492px; height:135px; z-index:1 background:#00A1C8"></div>');
be_('<div class="bground5" style="position:absolute; left:289px; top:116px; width:492px; height:135px; z-index:1 background:#00A1C8"></div>');
be_('<div class="bground7" style="position:absolute; left:289px; top:116px; width:492px; height:135px; z-index:1 background:#00A1C8"></div>');


function be_ (description) {
	G_total_ta++;
	ta [G_total_ta] = description;
}
function rand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_ta + 1,10);
	return RN;
}
function ta () {}
//-->


<!-- 
G_total_ua = 0;					// total random elements
G_day = new Date();				// date for seed
G_seed = G_day.getTime();			// G_seed for random number
ce_('<TD valign="top" width="288">');
ce_('<TD valign="top" width="288" background="images/wave3.jpg">');
ce_('<TD valign="top" width="288" background="images/ripple3.jpg">');
ce_('<TD valign="top" width="288" background="images/pebbles3.jpg">');


function ce_ (description) {
	G_total_ua++;
	ua [G_total_ua] = description;
}
function rand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_ua + 1,10);
	return RN;
}
function ua () {}
//-->


<!-- 
G_total_va = 0;					// total random elements
G_day = new Date();				// date for seed
G_seed = G_day.getTime();			// G_seed for random number
de_('<td width="492" background="images/deckchair2.gif" valign="bottom" align="right">');
de_('<td width="492" background="images/wave4.jpg" valign="bottom" align="right">');
de_('<td width="492" background="images/ripple4.jpg" valign="bottom" align="right">');
de_('<td width="492" background="images/pebbles4.jpg" valign="bottom" align="right">');


function de_ (description) {
	G_total_va++;
	va [G_total_va] = description;
}
function rand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_va + 1,10);
	return RN;
}
function va () {}
//-->