//widget:
function widgetclick()
{

          //omniture
          strText = "Widget";
		 // alert(strText);
          strEvent = "event1";//Reservation
          var s=s_gi('thaybklondonnyc');s.linkTrackVars='prop1,eVar1,events';s.events=""+strEvent+"";s.prop1="Reservations - "+strText+"";s.eVar1="Reservations-  "+strText+"";s.tl(this,'o', "Reservations- "+strText+"");
  //omniture ends
}
//Main Nav:
function navclick()
{
          //omniture
          strText = "Main Nav";
		  //alert(strText);
          strEvent = "event1";//Reservation
          var s=s_gi('thaybklondonnyc');s.linkTrackVars='prop1,eVar1,events';s.events=""+strEvent+"";s.prop1="Reservations - "+strText+"";s.eVar1="Reservations-  "+strText+"";s.tl(this,'o', "Reservations- "+strText+"");
  //omniture ends
}

//Specials and Packages link:
function splinkclick()
{
          //omniture
          strText = "Main nav";
		  //alert(strText);
          strEvent = "event2";//Reservation
       var s=s_gi('thaybklondonnyc');s.linkTrackVars='prop1,eVar1,events';s.events=""+strEvent+"";s.prop1="Specials and Packages - "+strText+"";s.eVar1="Specials and Packages -  "+strText+"";s.tl(this,'o', "Specials and Packages - "+strText+"");
  //omniture ends
}

//Specials and Packages button:
function spbuttonclick()
{
          //omniture
          strText = "Button";
		 // alert(strText);
          strEvent = "event2";//Reservation
       var s=s_gi('thaybklondonnyc');s.linkTrackVars='prop1,eVar1,events';s.events=""+strEvent+"";s.prop1="Specials and Packages - "+strText+"";s.eVar1="Specials and Packages -  "+strText+"";s.tl(this,'o', "Specials and Packages - "+strText+"");
  //omniture ends
}
