JavaScripts to randomly load images

OLD Examples:

linkscripts.js

stored in:
/WordPress/scripts/old

index.html uses it:
/WordPress/scripts/old/index.html

Summary of How to change the Flash on the TOP

– header.php uses the following two .js files:
linkscripts.js
links.js

– by onLoad, the GetFuncs() is called. GetFuncs() is defined in linkscripts.js.
Inside GetFuncs(), the function randomTopFlash(‘topFlashID’); is called.

– randomTopFlash() will fill in the new value for the flash.

– top_flash_array is an array defined in links.js, containing all the flashes.

This is the place of Slides:

<div id="TopFlashID">
<center>
<embed src="http://www.wautom.com/images/falsh001.swf" width="100%" height="120"></embed>
</center>
</div>

By EVS

Leave a Reply

Please Login to comment
  Subscribe  
Notify of