// JavaScript Document
var adblock=new Array()
adblock[0]='<a href="Destinations.aspx?pId=11%20+&dName=+Enchanting%20Kerala-%205N/6D%20+&typeP=+%20DP" target="_parent"><img src="img/adk1.jpg" width="120" height="240" border="1" /></a>'
adblock[1]='<a href="Destinations.aspx?pId=14%20+&dName=+Amazing%20Andaman%20Fixed%20Departure-7N/8D%20+&typeP=+%20DP" target="_parent"><img src="img/ada1.jpg" width="120" height="240" border="1" /></a>'
adblock[2]='<a href="Destinations.aspx?pId=15%20+&dName=+Kodai-Ooty%20Combo%20Honeymoon%20Package%20-5N/6D%20+&typeP=+%20DP" target="_parent"><img src="img/adko1.jpg" width="120" height="240" border="1" /></a>'
adblock[3]='<a href="Destinations.aspx?pId=8%20+&dName=+Darjeeling,%20Kalimpong%20&%20Pemayangtse%20(Pelling)%20&%20Gangtok%20-6N/7D%20+&typeP=+%20DP" target="_parent"><img src="img/add1.jpg" width="120" height="240" border="1" /></a>'
adblock[4]='<a href="Destinations.aspx?pId=18&pType=DP&dName=Ooty%20Hill%20Country%20Special%20Honeymoon%20Package" target="_parent"><img src="img/adoo1.jpg" width="120" height="240" border="1" /></a>'
adblock[5]='<a href="Destinations.aspx?pId=17&pType=DP&dName=Vythiri%20Exclusive%20-%20Honeymoon%20Package" target="_parent"><img src="img/adv1.jpg" width="120" height="240" border="1" /></a>'
adblock[6]='<a href="Destinations.aspx?pId=17&pType=DP&dName=Vythiri%20Exclusive%20-%20Honeymoon%20Package" target="_parent"><img src="img/adv1.jpg" width="120" height="240" border="1" /></a>'
adblock[7]='<a href="Destinations.aspx?pId=17&pType=DP&dName=Vythiri%20Exclusive%20-%20Honeymoon%20Package" target="_parent"><img src="img/adv1.jpg" width="120" height="240" border="1" /></a>'
adblock[8]='<a href="Destinations.aspx?pId=15%20+&dName=+Kodai-Ooty%20Combo%20Honeymoon%20Package%20-5N/6D%20+&typeP=+%20DP" target="_parent"><img src="img/adko1.jpg" width="120" height="240" border="1" /></a>'
adblock[9]='<a href="Destinations.aspx?pId=11%20+&dName=+Enchanting%20Kerala-%205N/6D%20+&typeP=+%20DP" target="_parent"><img src="img/adk1.jpg" width="120" height="240" border="1" /></a>'
adblock[10]='<a href="Destinations.aspx?pId=8%20+&dName=+Darjeeling,%20Kalimpong%20&%20Pemayangtse%20(Pelling)%20&%20Gangtok%20-6N/7D%20+&typeP=+%20DP" target="_parent"><img src="img/add1.jpg" width="120" height="240" border="1" /></a>'
adblock[11]='<a href="Destinations.aspx?pId=17&pType=DP&dName=Vythiri%20Exclusive%20-%20Honeymoon%20Package" target="_parent"><img src="img/adv1.jpg" width="120" height="240" border="1" /></a>'
adblock[12]='<a href="Destinations.aspx?pId=14%20+&dName=+Amazing%20Andaman%20Fixed%20Departure-7N/8D%20+&typeP=+%20DP" target="_parent"><img src="img/ada1.jpg" width="120" height="240" border="1" /></a>'
adblock[13]='<a href="Destinations.aspx?pId=8%20+&dName=+Darjeeling,%20Kalimpong%20&%20Pemayangtse%20(Pelling)%20&%20Gangtok%20-6N/7D%20+&typeP=+%20DP" target="_parent"><img src="img/add1.jpg" width="120" height="240" border="1" /></a>'


function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=12
  for (i=0;i<targetarray.length;i++)
  randomorder[i]=i

  while (z<targetarray.length) {
    the_one=Math.floor(Math.random()*targetarray.length)
    if (targetarray[the_one]!="_selected!"){
      document.write(targetarray[the_one]+spacing)
      targetarray[the_one]="_selected!"
      z++
    }
  }
}

