jQuery(document).ready(function(){
    jQuery("#sidebar #callPrices").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/calls/';
        });
    });
    jQuery("#sidebar #priceGuarantee").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/guarantee/';
        });
    });
    jQuery("#sidebar #noObligationTrial").add("#sidebar .noObligationTrial").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/switch/default.aspx';
        });
    });
    jQuery("#sidebar #agents").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/agents/';
        });
    });
    jQuery("#sidebar #tailoredOptions").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/calls/options/';
        });
    });
    jQuery("#sidebar #emailSetup").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/customerzone/email_setup.aspx';
        });
    });
    jQuery("#sidebar #broadband").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/broadband/';
        });
    });
    jQuery("#sidebar #free0845").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/free0845number/';
        });
    });
    jQuery("#sidebar #callOptions").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/calls/options/';
        });
    });
    jQuery("#sidebar #login").each(function(){
        jQuery(this).bind("click", function(e){
            location.href='http://www.titantelecom.uk.com/customer/login.aspx';
        });
    });
});
