if( parseInt(navigator.appVersion) >= 3 ) compat = true;
 		if( compat )
		{
		  flights_on = new Image;flights_on.src="/images/b_flights_2.gif";
		  flights_off = new Image;flights_off.src="/images/b_flights_1.gif";
		  hotels_on = new Image;hotels_on.src="/images/b_hotels_2.gif";
		  hotels_off = new Image;hotels_off.src="/images/b_hotels_1.gif";
		  cars_on = new Image;cars_on.src="/images/b_cars_2.gif";
		  cars_off = new Image;cars_off.src="/images/b_cars_1.gif";
		  rail_on = new Image;rail_on.src="/images/b_rail_2.gif";
		  rail_off = new Image;rail_off.src="/images/b_rail_1.gif";
		  vacations_on = new Image;vacations_on.src="/images/b_vacations_2.gif";
		  vacations_off = new Image;vacations_off.src="/images/b_vacations_1.gif";
		  cruises_on = new Image;cruises_on.src="/images/b_cruises_2.gif";
		  cruises_off = new Image;cruises_off.src="/images/b_cruises_1.gif";
		  tours_on = new Image;tours_on.src="/images/b_tours_2.gif";
		  tours_off = new Image;tours_off.src="/images/b_tours_1.gif";
		  insurance_on = new Image;insurance_on.src="/images/b_insurance_2.gif";
		  insurance_off = new Image;insurance_off.src="/images/b_insurance_1.gif";

		 }
		 
		function SetImg(Name,Img)
		{
		  if(compat)
		    {
		      document.images[Name].src=eval(Img+'.src');
		    }
		}
		
		function makeArray() {
        for (i = 0; i<makeArray.arguments.length; i++)
          this[i + 1] = makeArray.arguments[i];
        }

var months = new makeArray('January','February','March',
    'April','May','June','July','August','September',
    'October','November','December');

var date = new Date();
var day  = date.getDate();
var month = date.getMonth() + 1;
var yy = date.getYear();
var year = (yy < 1000) ? yy + 1900 : yy;