
$(function(){
 if($.browser.msie && $.browser.version<7)
  $('#top').before(
   '<div id="ie6detect">'+
   'It has been detected that you are using Internet Explorer 6 or lower.<br />Unfortunately this is an unsupported '+
   'browser and you won\'t be able to view this website properly.<br />We recommend upgrading to a newer version of '+
   'Internet Explorer or FireFox.'+
   '</div>'
  );
	//alert();
  if((location.href.indexOf('english') > 0 || location.href.indexOf('russian') > 0 || location.href.indexOf('french')> 0)){
  	$("#map_click").html('View Map');
	var mapmap = $('#mapa').children(0);
	mapmap_eng = mapmap.attr('src').replace('map.png', 'map_eng.png');
	mapmap.attr('src', mapmap_eng);
  }

	$('#news-container').vTicker({ 
		speed: 1000,
		pause: 5000,
		animation: 'slide',
		mousePause: false,
		showItems: 1
	});

});

function cupon(){
	window.showModalDialog("/cupon.html", "cupon", "dialogHeight: 275px; dialogWidth: 610px;");

}

