home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Random Title
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- Changes the Browser's Title randomly.
- </ccDescription>
- <ccInstructions>
- You can add more titles by copying the code below. Just make sure the numbers are sequential.
- </ccInstructions>
- <ccHeadContent>
- <SCRIPT LANGUAGE="JavaScript">
-
- <!-- Script supplied with CoffeeCup HTML Editor -->
- <!-- www.coffeecup.com -->
-
- <!-- You can add more titles by copying the code below --->
- <!-- Just make sure the numbers are sequential --->
-
- var CoffeeTitles = new Array()
-
- CoffeeTitles[1] = "Visit CoffeeCup Software for the best HTML Editor on the Planet"
- CoffeeTitles[2] = "MMMMMMM... Caffeine!"
- CoffeeTitles[3] = "Brewing software one cup at a time."
-
- var ccrn = Math.floor(Math.random() * CoffeeTitles.length)
- if (ccrn == 0) {
- ccrn = 1
- }
-
- document.title = CoffeeTitles[ccrn]
-
- </SCRIPT>
- </ccHeadContent>
- <ccBodyContent>
-
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>