function random_imglink(){
    var myimages=new Array()
    //specify random images below. You can have as many as you wish. Just make new 'myimages[7]' or etc.
   	myimages[1]="/images/business/showcase/front/euro.com.sg.gif" //Ad Images
   	myimages[2]="/images/business/showcase/front/aiklian.com.gif"
  	myimages[3]="/images/business/showcase/front/samlodesign.com.sg.gif"
	myimages[4]="/images/business/showcase/front/jurongone.com.gif"
	myimages[5]="/images/business/showcase/front/sky11specialist.com.gif"

  //specify corresponding links below
  var imagelinks=new Array()
   	imagelinks[1]="http://www.euro.com.sg" // Ad links
   	imagelinks[2]="http://www.aiklian.com"
  	imagelinks[3]="http://www.samlodesign.com.sg"
	imagelinks[4]="http://www.jurongone.com"
	imagelinks[5]="http://www.sky11specialist.com"
	

   var ry=Math.floor(Math.random()*myimages.length)
  if (ry==0)
  ry=1
   document.write('<a target="_blank" href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border="0" alt="Showcase"></a>') // specifies link in new window
}

function random_imglink2(){
    var myimages=new Array()
    //specify random images below. You can have as many as you wish. Just make new 'myimages[7]' or etc.
   	myimages[1]="/images/business/showcase/front/sinproperty.com.gif" //Ad Images
   	myimages[2]="/images/business/showcase/front/singaporepropertymatch.com.gif"
  	myimages[3]="/images/business/showcase/front/sgpropertywiz.com.gif"
	myimages[4]="/images/business/showcase/front/www.lameizi.com.sg.gif"
	myimages[5]="/images/business/showcase/front/sgre.com.sg.gif"

  //specify corresponding links below
  var imagelinks=new Array()
   	imagelinks[1]="http://www.sinproperty.com" // Ad links
   	imagelinks[2]="http://www.singaporepropertymatch.com"
  	imagelinks[3]="http://www.sgpropertywiz.com"
	imagelinks[4]="http://www.lameizi.com.sg"
	imagelinks[5]="http://www.sgre.com.sg"

   var ry=Math.floor(Math.random()*myimages.length)
  if (ry==0)
  ry=1
   document.write('<a target="_blank" href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border="0" alt="Showcase"></a>') // specifies link in new window
}
   