home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / Javascript / RandomBackground.xml < prev    next >
Encoding:
Text File  |  2005-02-16  |  923 b   |  47 lines

  1. <ccResource>
  2.   <ccTitle>
  3. Random background
  4.   </ccTitle>
  5.   <ccCategory>
  6. Images
  7.   </ccCategory>
  8.   <ccDescription>
  9.  
  10.   </ccDescription>
  11.   <ccInstructions>
  12.  
  13.   </ccInstructions>
  14.   <ccHeadContent>
  15.   
  16.   </ccHeadContent>
  17.   <ccBodyContent>
  18. <SCRIPT LANGUAGE="Javascript">
  19. <!-- Place this code in the BODY of you text. --->
  20. <!-- Script supplied with CoffeeCup HTML Editor -->
  21. <!--             www.coffeecup.com              -->
  22.  
  23. var ccbg1="alarmclock.bmp"
  24. var ccbg2="baby.bmp"
  25. var ccbg3="bell.bmp"
  26.  
  27. var coffeecurr=Math.round(6*Math.random())
  28. if (coffeecurr<=1)
  29. ccbg=ccbg1
  30. else if (coffeecurr<=4)
  31. ccbg=ccbg2
  32. else
  33. ccbg=ccbg3
  34. document.write('<body background="'+ccbg+'" bgcolor="#FFFFFF">')
  35.  
  36. </SCRIPT>
  37.   </ccBodyContent>
  38.   <ccElementContent>
  39.   
  40.    <ccElementName></ccElementName>
  41.    <ccElementAction></ccElementAction>
  42.    
  43.   </ccElementContent>
  44.   <ccExtraData>
  45.  
  46.   </ccExtraData>
  47. </ccResource>