            function MM_openBrWindow(theURL,winName,features) { //v2.0
            window.open(theURL,winName,features);
            }

            $(document).ready(function(){

			$('#blink').click(function(){MM_openBrWindow('http://static.ezeego1.co.in/ezeego_html/ezeego1/B2C/english/html/bus/bus_cancel.html','','scrollbars=yes,width=620,height=600');});
			$('.faq').click(function(){MM_openBrWindow('http://static.ezeego1.co.in/ezeego_html/ezeego1/B2C/english/html/bus/bus_faqs.html','','scrollbars=yes,width=620,height=620');});

            $('.destinations').click(function(){
               dcsMultiTrack("DCS.dcsuri","/image.jpeg","WT.ac","popular routes","WT.clk","BUSES");
               window.top.location.href="popular_routes.html";
            });

            $('.bus').click(function(){
               //dcsMultiTrack("DCS.dcsuri","/image.jpeg","WT.ac","ICICI cash back","WT.clk","BUSES");
               //window.top.location.href="http://www.ezeego1.co.in/live/externalhotelbook.screen?offerpath=landingpages/flight/icici_100cb/icici_100cb_index.html&frameHeight=800&frameWidth=776&offerNo=";
            });

            $('#special_buses').click(function(){
               dcsMultiTrack("DCS.dcsuri","/image.jpeg","WT.ac","festival_special","WT.clk","BUSES");
               window.top.location.href="festival_special.html";
            });






});
            
			
// JavaScript Document
