View Single Post
04-15-2005, 09:48 AM
#11
Kayish is offline Kayish
Kayish's Avatar
Status: I'm new around here
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 18
iTrader: 0 / 0%
 

Kayish is on a distinguished road

  Old

Ok. I know Ill sound *really* stupid for this.. but I went to hotscripts.com and found a script Id *like* to try.. but I dont know how to download it from them or where to find it. -twirls blonde hair- I thought maybe I had to register with them to get scripts, so I registered.. but it wont let me log in. I type in the login and pass and hit log in.. and it pretty much refreshes the page. -_- Arrg. Anyways. Here is the code I have up now, that isnt working, I figured Id post it here to see if any of catch anything wrong that I missed.




Code:
<script language="JavaScript">
<!--
/*
Random Image Link Script
By Website Abstraction (http://www.wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/

function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://www.shadaeblu.disturbed-reality.net/images/cutest_kitten.gif"
  myimages[2]="http://www.shadaeblu.disturbed-reality.net/images/cyourway.gif"
  myimages[3]="http://www.shadaeblu.disturbed-reality.net/images/global_whining.gif"
  myimages[4]="http://www.shadaeblu.disturbed-reality.net/images/honr_stu.gif"
  myimages[5]=http://www.shadaeblu.disturbed-reality.net/images/may_nevr_hapn.gif
  myimages[6]="http://www.shadaeblu.disturbed-reality.net/images/picknose.gif"
  myimages[7]="http://www.shadaeblu.disturbed-reality.net/images/piece_of.gif"
  myimages[8]="http://www.shadaeblu.disturbed-reality.net/images/problm_is.gif"
  myimages[9]="http://www.shadaeblu.disturbed-reality.net/images/save_horse_cowboy.gif"
  myimages[10]="http://www.shadaeblu.disturbed-reality.net/images/squishy.gif" 
  myimages[11]="http://www.shadaeblu.disturbed-reality.net/images/too_loud.gif"
  myimages[12]="http://www.shadaeblu.disturbed-reality.net/images/whatmore.gif"
  myimages[13]="http://www.shadaeblu.disturbed-reality.net/images/bed_angry_revenge.gif"

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.internetbumperstickers.com/"
  imagelinks[2]="http://www.internetbumperstickers.com/"
  imagelinks[3]="http://www.internetbumperstickers.com/"
  imagelinks[4]="http://www.internetbumperstickers.com/"
  imagelinks[5]="http://www.internetbumperstickers.com/"
  imagelinks[6]="http://www.internetbumperstickers.com/"
  imagelinks[7]="http://www.internetbumperstickers.com/"
  imagelinks[8]="http://www.internetbumperstickers.com/"
  imagelinks[9]="http://www.internetbumperstickers.com/"
  imagelinks[10]="http://www.internetbumperstickers.com/"
  imagelinks[11]="http://www.internetbumperstickers.com/"
  imagelinks[12]="http://www.internetbumperstickers.com/"
  imagelinks[13]="http://www.internetbumperstickers.com/"

  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}

  random_imglink()
//-->
</script>

-cough- Yes, the images are from internetbumperstickers.com. Go there and browse if you are bored and want a laugh. x3