G_total_sa = 0;
G_day = new Date();
G_seed = G_day.getTime();

ae_('<img src="/images/home/tcchome200_1.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_2.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_3.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_4.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_6.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_7.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_8.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_9.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_10.jpg" alt="" width="520" height="200">');
ae_('<img src="/images/home/tcchome200_11.jpg" alt="" width="520" height="200">');

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 () {}

