// Homepage Random Promo

function random_imglink(){
  var myimages=new Array()
  myimages[1]="../Images/5steps/5stepsImage5.jpg"
  myimages[2]="../Images/5steps/5stepsImage5b.jpg"

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

  if (ry==0)
	 ry=1
	 document.write('<a href=""><img id="slide-img-5" class="slide" src="'+myimages[ry]+'" alt="Step 5 - Be Supported" width="993" height="498" border="0" /></a>')

	}

  random_imglink()
