function recalcdates(str)
{
    var str_out = '';

    str_out = str.substring(0, str.indexOf("datefrom=") + 9);
    str_out = str_out + getnextday();
    str_out = str_out + str.substring(str.indexOf("datefrom=") + 19, str.indexOf("dateto=") + 7);
    str_out = str_out + getnextmonth();
    str_out = str_out + str.substring(str.indexOf("dateto=") + 17, str.length);

    return(str_out);
}
function getnextday()
{
  var d = new Date();
  d.setDate(d.getDate() + 1);
  return(DateToString(d));
}
function getnextmonth()
{
  var d = new Date();
  d.setMonth(d.getMonth() + 2);	
  return(DateToString(d));
}
function DateToString(d)
{
  var s='';
    
  if(d.getDate() > 9)
  {
   s += d.getDate();
  }
  else
  {  
  	s += '0' + d.getDate();
  }
  
  s += '.';
  
  if((d.getMonth() + 1) > 9)
  { 
   s += (d.getMonth() + 1);
  }
  else
  {  
  	s += '0' + (d.getMonth() + 1);
  }
  
  if(navigator.appName == "Netscape")
	{
	  s += '.' + d.getFullYear();
	}
	else {
	  s += '.' + d.getYear();
	}
  
  return(s);  
}



var imagesarr = new Array(
    
    '/images/Kipr-Maiskie-prazdniki.jpg',
    '/images/On-line.jpg',
  /*'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="656" height="127" id="etours" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="/images/etours.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="/images/etours.swf" quality="high" bgcolor="#ffffff" width="656" height="127" name="etours" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>',*/
    '/images/aldemar.jpg',
    '/images/tui_vko_vacansy.jpg',
    '/images/Lechebnye-tury-Karlovy-Vary.jpg',
    '/images/gornolyjka.jpg',
    '/images/Praga150Evro.jpg',
    '/images/dominikana.jpg',
    '/images/kipr-tucan_03.jpg',
    '/img/izrail-20k.jpg'
);

var linksarr = new Array(

    '/toursearch.aspx?search=1&availmode=1&depcity=1&transtype=1&country=138&resort=&datefrom=16.09.2010&dateto=16.09.2010&tourtype=&spo=&hid_nights=1&hid_hotelcategories=1&hid_foodtypes=1&hid_hotels=1&hid_parms=1&adults=2&childs=&maxprice=&currency=1&sort=0&hid_hotelservices=0#list',
    '/flights_sched.aspx?rule_name=flights_sched&__st=flights_sched&script_name=%2fflights_sched.aspx&tickets=1',
    /*'',*/
    '/toursearch.aspx?search=1&availmode=0&depcity=1&transtype=1&country=220&resort=384&datefrom=26.08.2010&dateto=02.09.2010&tourtype=&spo=&hid_nights=1&nights=10&nights=11&hid_hotelcategories=1&hid_foodtypes=1&hid_hotels=1&hotels=2412&hotels=8577&hid_parms=1&adults=2&childs=&maxprice=&currency=3&sort=0&hid_hotelservices=0#list',
    '/catalog/59256.aspx',
    '/toursearch.aspx?search=1&availmode=0&depcity=1&transtype=1&country=82&resort=57&datefrom=20.09.2010&dateto=20.09.2010&tourtype=&spo=&hid_nights=1&hid_hotelcategories=1&hid_foodtypes=1&hid_hotels=1&hid_parms=1&adults=2&childs=&maxprice=&currency=3&sort=0&hid_hotelservices=0#list',
    '/catalog/93529.aspx',
    '/toursearch.aspx?search=1&availmode=0&depcity=1&transtype=1&country=82&resort=&datefrom=12.09.2010&dateto=12.09.2010&tourtype=&spo=&hid_nights=1&hid_hotelcategories=1&hid_foodtypes=1&hid_hotels=1&hid_parms=1&adults=&childs=&maxprice=&currency=3&sort=0&hid_hotelservices=0#list',
    '/toursearch.aspx?search=1&availmode=0&depcity=1&transtype=1&country=136&resort=&datefrom=31.10.2010&dateto=31.10.2010&tourtype=&spo=&hid_nights=1&hid_hotelcategories=1&hid_foodtypes=1&hid_hotels=1&hid_parms=1&adults=2&childs=&maxprice=&currency=3&sort=0&hid_hotelservices=0#list',
    '/toursearch.aspx?search=1&availmode=1&depcity=1&transtype=1&country=138&resort=&datefrom=16.09.2010&dateto=16.09.2010&tourtype=&spo=&hid_nights=1&hid_hotelcategories=1&hid_foodtypes=1&hid_hotels=1&hid_parms=1&adults=2&childs=&maxprice=&currency=1&sort=0&hid_hotelservices=0#list',
    '/toursearch.aspx?search=1&availmode=0&depcity=1&transtype=1&country=54&resort=&datefrom=26.09.2010&dateto=26.09.2010&tourtype=&spo=&hid_nights=1&hid_hotelcategories=1&hid_foodtypes=1&hid_hotels=1&hid_parms=1&adults=&childs=&maxprice=&currency=3&sort=0&hid_hotelservices=0#list'
);

