var adblock=new Array();


/* adblock[0]= '<a target="_blank" href="http://www.iowarealty.com/cedarrapids/agents/agentdetail.asp?empno=C0608"><img src="http://www.foicr.org/2009/sponsors/smallpics/Pushpa_s.jpg" class="imgBorder" alt="Pushpa Aggarwal"></a>'
adblock[1]= '<a target="_blank" href="http://www.foicr.org/2009/renderer.php?content=foicr_submenu.php&submenu=foicr_sponsor_menu.txt&subcontent=sponsors/TajMahal.txt&s14=current&sponsor=current"><img src="http://www.foicr.org/2009/sponsors/smallpics/TajMahal_s.jpg" class="imgBorder" alt="Taj Mahal"></a>'
adblock[2]= '<a href = "http://www.foicr.org/2009/renderer.php?content=foicr_submenu.php&submenu=foicr_sponsor_menu.txt&subcontent=sponsors/TajIC.txt&s14=current&sponsor=current"> Taj International Groceries. We Sell Groceries, Bangladeshi Fish, Fresh Goat Meat, Fresh Vegetables ,Middle Eastern Groceries and Latest Hindi Movies. Address is 216, First Avenue, Coralville, (Intersection of Hwy 6 and 1st Ave)PH: (319) 354-1901</a>'  */
adblock[0]= '<a target="_blank" href="http://www.foicr.org/renderer.php?content=foicr_submenu.php&submenu=foicr_sponsor_menu.txt&subcontent=sponsors/infopath.txt&s10=current&sponsor=current"><img src="http://www.foicr.org/sponsors/smallpics/infopath_s.jpg" class="imgBorder" alt="Info Path"></a>'
adblock[1]= '<a target="_blank" href="http://www.foicr.org/renderer.php?content=foicr_submenu.php&submenu=foicr_sponsor_menu.txt&subcontent=sponsors/Spiceland.txt&s10=current&sponsor=current"><img src="http://www.foicr.org/sponsors/smallpics/Spiceland_small.jpg" class="imgBorder" alt="Spiceland"></a>'



function randomorder(targetarray, spacing) {

  var randomorder=new Array()
  var the_one=Math.floor(Math.random()*targetarray.length)
  document.write(targetarray[the_one]+spacing)
}