/**
 * @author vish.vishvanath
 */

var uid = new Date().getTime();
var flashProxy = new FlashProxy(uid, '/_media/ly/homePage/JavaScriptFlashGateway.swf');
//
function clickOverview(ctr, destinationCode) {
	//alert("clickOverview " + ctr + ", " + destinationCode);
	window.location = "/master/ly/destinations/main.asp?code=" + destinationCode;
}
//
function clickVideo(destinationCode) {
  	window.location = "/master/ly/media/?popup=" + destinationCode;
}
	
//
function clickPrices(ctr, destinationCode) {
	//alert("clickPrices " + ctr + ", " + destinationCode);
	window.location = "/master/ly/destinations/prices.asp?code=" + destinationCode;
}
