// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture71' , 'Picture71LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-brigade-road-big.jpg',0),'',0);
 
	F_OM('Picture70' , 'Picture70LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-cubbon-park-big.jpg',0),'',0);
 
	F_OM('Picture67' , 'Picture67LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-brigade-road1-big.jpg',0),'',0);
 
	F_OM('Picture68' , 'Picture68LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-brigade-road2-big.jpg',0),'',0);
 
	F_OM('Picture69' , 'Picture69LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-brigade-road3-big.jpg',0),'',0);
 
	F_OM('Picture74' , 'Picture74LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-photoalbum1-big.jpg',0),'',0);
 
	F_OM('Picture72' , 'Picture72LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-photoalbum2-big.jpg',0),'',0);
 
	F_OM('Picture73' , 'Picture73LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-high-court-big.jpg',0),'',0);
 
	F_OM('Picture75' , 'Picture75LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-photoalbum3-big.jpg',0),'',0);
 
	F_OM('Picture76' , 'Picture76LYR', 'img', 'Layout',new Array(
	'Clicked','home','Set Src','./assets/images/bangalore-photoalbum4-big.jpg',0),'',0);
 
	F_OM('home' , 'homeLYR', 'img', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture71A').bind('click', function(__e) { return (F_e('Picture71', F_CL, __e)); } );
	$('#Picture70A').bind('click', function(__e) { return (F_e('Picture70', F_CL, __e)); } );
	$('#Picture67A').bind('click', function(__e) { return (F_e('Picture67', F_CL, __e)); } );
	$('#Picture68A').bind('click', function(__e) { return (F_e('Picture68', F_CL, __e)); } );
	$('#Picture69A').bind('click', function(__e) { return (F_e('Picture69', F_CL, __e)); } );
	$('#Picture74A').bind('click', function(__e) { return (F_e('Picture74', F_CL, __e)); } );
	$('#Picture72A').bind('click', function(__e) { return (F_e('Picture72', F_CL, __e)); } );
	$('#Picture73A').bind('click', function(__e) { return (F_e('Picture73', F_CL, __e)); } );
	$('#Picture75A').bind('click', function(__e) { return (F_e('Picture75', F_CL, __e)); } );
	$('#Picture76A').bind('click', function(__e) { return (F_e('Picture76', F_CL, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Picture5A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.travelbangalore.com'); } );
	$('#Picture16A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.travelbangalore.com'); } );
	$('#Picture17A').bind('click', function() { pageTracker._trackPageview('/outgoing/hotels.travelbangalore.com/hotel/deals/10015954/338/bangalore_hotels.html'); } );
	$('#Picture18A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.travelbangalore.com/getaways/viewgetlist.asp?user=bng'); } );
	$('#Cell20Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.travelbangalore.com/outdoors/home.asp'); } );
	$('#Cell54Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.photoindia.com'); } );
});
// End Analytics

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

