home *** CD-ROM | disk | FTP | other *** search
- function info()
- {
- parent.frames[2].location.href= "info.htm";//site to be shown
- setTimeout('site1()', 14000);//timing to set till next site
- }
- function site1()
- {
- parent.frames[2].location.href= "main1.htm";
- setTimeout('site2()', 20000);
-
- }
- function site2()
- {
- parent.frames[2].location.href= "main2.htm";
- setTimeout('site3()', 12000);
- }
- function site3()
- {
- parent.frames[2].location.href= "main3.htm";
- setTimeout('site4()', 36000);
- }
- function site4()
- {
- parent.frames[2].location.href= "main4.htm";
- setTimeout('site5()', 20000);
- }
- function site5()
- {
- parent.frames[2].location.href= "main5.htm";
- setTimeout('site6()', 20000);
- }
- function site6()
- {
- parent.frames[2].location.href= "main6.htm";
- setTimeout('site7()', 20000);
- }
- function site7()
- {
- parent.frames[2].location.href= "main7.htm";
- setTimeout('site8()', 30000);
- } function site8()
- {
- parent.frames[2].location.href= "main8.htm";
- setTimeout('site9()', 20000);
- } function site9()
- {
- parent.frames[2].location.href= "main9.htm";
- setTimeout('site10()', 30000);
- }
- function site10()
-
- {
- parent.frames[2].location.href= "main10.htm";
- setTimeout('site11()', 26000);
- }
- function site11()
-
- {
- parent.frames[2].location.href= "main11.htm";
- }