    var tygit_labels = Array();
    tygit_labels["selectGroup"] = "Select the tickets you'd like to buy ";
    //tygit_labels["selectSubGroup"] = "Please select the number of people your require a boat for ";//Please select the group you are interested in 
    tygit_labels["selectSubGroup"] = "Please select the group you are interested in ";
    tygit_labels["selectDate"] = "Please select the date you are interested in ";
    tygit_labels["selectTime"] = "Please select the time you are interested in ";
    tygit_labels["description"] = "Description";
    tygit_labels["timeAdvertised"] = "Time";
    tygit_labels["earliestEntry"] = "Earliest Entry";
    tygit_labels["quantityAvailable"] = "Qty Avail";
    tygit_labels["maxAllocationPerVisitor"] = "Limit";
    tygit_labels["price"] = "Price";
    tygit_labels["quantity"] = "Qty";
    tygit_labels["saving"] = "Saving:";
    tygit_labels["total"] = "Total:";    
    tygit_labels["basket"] = "Go To Basket";
    tygit_labels["reset"] = "Reset Search";
    tygit_labels["submit"] = "Order Tickets";
    
    TygitTickets.setLoaderImage('http://tickets.tygit.com/tygit_tickets/ajax-loader.gif');
    TygitTickets.setBasketUrl('/basket/show');
    TygitTickets.setAddToBasketUrl('/basket/add-to');
    TygitTickets.setGeneralSelectionMessage('<p>Please note that we can accept payment by Switch/Maestro as well as Visa Credit/Debit/Solo and Master Card</p><strong>Please note: You will be taken to tickets.tygit.com when you click Order Tickets to make payment.</strong>');
    
    TygitTickets.setNoTicketsMessage('Sorry, there are no tickets for sale through the website at present.');
    TygitTickets.setLabels(tygit_labels);
    TygitTickets.setAppDomain("http://tickets.tygit.com"); 
    
	    var tygitTicketsHtml = '<div id="selectTicketValidation" class="validation"></div>';
	    tygitTicketsHtml = tygitTicketsHtml + '<div id="selectTicketGroup" class="selector"><p>The ticket selector is loading.</p><p>Please check you have JavaScript enabled.</p><p><a href="javascript:TygitTickets.start();">click here to manually start the ticket selector</a></p></div>';
	    tygitTicketsHtml = tygitTicketsHtml + '<div id="selectTicketSubGroup" class="selector"></div>';
	    tygitTicketsHtml = tygitTicketsHtml + '<div id="selectTicketDate" class="selector"></div>';
	    tygitTicketsHtml = tygitTicketsHtml + '<div id="selectTicketTime" class="selector"></div>';
	    tygitTicketsHtml = tygitTicketsHtml + '<div id="selectTicketTypes" class="selector"></div><br />';
	    tygitTicketsHtml = tygitTicketsHtml + '<div style="text-align: right;"><img src="http://tickets.tygit.com/images/cards.gif"/><img src="http://tickets.tygit.com/images/Secured-By-Sage-Pay.jpg"/><br /><p>Powered By TygTickets, <a href="http://www.tygit.com/privacy-policy" target="_blank">view our privacy policy</a></p></div>';

	    
	    jQuery(document).ready(function() {
	       jQuery('#buy-ticket').html(tygitTicketsHtml);
	       TygitTickets.init();
	    });
	    
