home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Random Image Load
- </ccTitle>
- <ccCategory>
- Images
- </ccCategory>
- <ccDescription>
- Replace the image names with your own. You cam also add images by pasting another line of ccPics. Just make sure to keep the numbers sequential.
- </ccDescription>
- <ccInstructions>
-
- </ccInstructions>
- <ccHeadContent>
-
- </ccHeadContent>
- <ccBodyContent>
- <SCRIPT LANGUAGE="JavaScript">
-
- <!-- Script supplied with CoffeeCup HTML Editor -->
- <!-- www.coffeecup.com -->
-
- var ccPics = new Array()
-
- ccPics[1] = "alarmclock.bmp"
- ccPics[2] = "armytank.jpg"
- ccPics[3] = "balloons.jpg"
- ccPics[4] = "baby.bmp"
-
- var cc = Math.floor(Math.random() * ccPics.length)
- if (cc == 0) {
- cc = 1
- }
- document.write("<img src='"+ccPics[cc]+"' border=0>")
-
- </SCRIPT>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>
-