<!--  Hide for Java Challenged Browsers
    
// Global vars----
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_('<IMG SRC="assets/homeside.gif" WIDTH=238 HEIGHT=417>');
ae_('<IMG SRC="assets/mummyside.gif" WIDTH=238 HEIGHT=417>');
ae_('<IMG SRC="assets/flowerside4.gif" WIDTH=238 HEIGHT=374>');


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 () {}
//-->