// JavaScript Document


var v_url = document.URL;
var split_url = document.URL.split('/');
var g_url = split_url[split_url.length - 2];
var dynurl = split_url[split_url.length - 1];
var v_package = dynurl.split('.')[0];

//alert(v_package);

var auto = g_url;// "CH";
if (auto == 'about') {
    auto = 'About Us';
}

if (auto == 'beyond_wedding') {
    auto = 'Beyond The Wedding';
}
if (auto == 'competitions') {
    auto = 'Competitions';
}
if (auto == 'destination_weddings') {
    auto = 'Destination Weddings';
}
if (auto == 'anc_regimes') {
    auto = 'ANC Regimes';
}
if (auto == 'australia') {
    auto = 'Australia';
}
if (auto == 'duty_free') {
    auto = 'Duty Free Allowance';
}
if (auto == 'eu') {
    auto = 'EU';
}
if (auto == 'faq') {
    auto = 'FAQ';
}
if (auto == 'new_zealand') {
    auto = 'New Zealand';
}
if (auto == 'uk') {
    auto = 'UK';
}
if (auto == 'uas') {
    auto = 'South Africa';
}
if (auto == 'events') {
    auto = 'Events';
}
if (auto == 'ctwf') {
    auto = 'Cape Town Wedding Festival';
}
if (auto == 'event_reviews') {
    auto = 'Event Reviews';
}
if (auto == 'planning_talk') {
    auto = 'Planning your Wedding Talk';
}
if (auto == 'workshops') {
    auto = 'Workshops';
}
if (auto == 'experts') {
    auto = 'Experts';
}
if (auto == 'features') {
    auto = 'Features';
}
if (auto == 'fun_stuff') {
    auto = 'Fun Stuff';
}
if (auto == 'inspiration') {
    auto = 'Inspiration';
}
if (auto == 'legal') {
    auto = 'Legal Advice';
}
if (auto == 'planning') {
    auto = 'Wedding Planning';
}
if (auto == 'polls') {
    auto = 'Polls';
}
if (auto == 'real_weddings') {
    auto = 'Real Weddings';
}
if (auto == 'search') {
    auto = 'Search';
}
if (auto == 'sp') {
    auto = 'Service Providers';
}
if (auto == 'admin') {
    auto = 'Administrative';
}
if (auto == 'function_coordinators') {
    auto = 'Function Coordinators';
}
if (auto == 'legal') {
    auto = 'Legal';
}
if (auto == 'marriage_off') {
    auto = 'Marriage Officers & Ministers';
}
if (auto == 'beauty') {
    auto = 'Beauty';
}
if (auto == 'beauty_treatments') {
    auto = 'Beauty Treatments';
}
if (auto == 'hair_makeup') {
    auto = 'Hair & Make-up';
}
if (auto == 'jewellery') {
    auto = 'Jewellery';
}
if (auto == 'catering') {
    auto = 'Catering';
}
if (auto == 'cakes') {
    auto = 'Cakes';
}
if (auto == 'caterers') {
    auto = 'Caterers';
}
if (auto == 'chocolate_fountains') {
    auto = 'Chocolate Fountains';
}
if (auto == 'entertainment') {
    auto = 'Entertainment';
}
if (auto == 'djs') {
    auto = 'DJ';
}
if (auto == 'dancing') {
    auto = 'Dancing';
}
if (auto == 'musicians') {
    auto = 'Musicians';
}
if (auto == 'function') {
    auto = 'Function';
}
if (auto == 'decor') {
    auto = 'D�cor';
}
if (auto == 'florists') {
    auto = 'Florists';
}
if (auto == 'hiring') {
    auto = 'Hiring';
}
if (auto == 'gifts') {
    auto = 'Gifts';
}
if (auto == 'bonbon') {
    auto = 'Bonbonnieres';
}
if (auto == 'gift_registry') {
    auto = 'Gift Registry';
}
if (auto == 'memories') {
    auto = 'Memories';
}
if (auto == 'photographers') {
    auto = 'Photographers';
}
if (auto == 'videographers') {
    auto = 'Videographers';
}
if (auto == 'stationery') {
    auto = 'Stationery';
}
if (auto == 'transport') {
    auto = 'Transport';
}
if (auto == 'airlines') {
    auto = 'Airlines';
}
if (auto == 'car_hire') {
    auto = 'Car Hire';
}
if (auto == 'travel_honeymoon') {
    auto = 'Travel / Honeymoon';
}
if (auto == 'airlines') {
    auto = 'Airlines';
}
if (auto == 'guest_accom') {
    auto = 'Guest Accommodation';
}
if (auto == 'honey_accom') {
    auto = 'Honeymoon Accommodation';
}
if (auto == 'travel_agents') {
    auto = 'Travel Agents';
}
if (auto == 'what_wear') {
    auto = 'What to Wear';
}
if (auto == 'attendants') {
    auto = 'Attendants';
}
if (auto == 'bridal_wear') {
    auto = 'Bridal Wear';
}
if (auto == 'mothers') {
    auto = 'Mother s';
}
if (auto == 'suit_hire') {
    auto = 'Suit Hire';
}
if (auto == 'branches') {
    auto = 'Where to find us';
}
if (auto == 'dear_pam') {
    auto = 'Dear Pam';
}
if (auto == 'die_burger') {
    auto = 'Die Burger Articles';
}
if (auto == 'interviews') {
    auto = 'Interviews';
}
if (auto == 'weddingdress_sales') {
    auto = 'Selling your Wedding Dress';
}
if (auto == 'iafrica_articles') {
    auto = 'iafrica.com Articles';
}
if (auto == 'engagement_column') {
    auto = 'Engagement Column';
}
if (auto == 'cms') {
    auto = 'OOh im Lost';
}
if (auto == 'procs') {
    auto = 'Search';
}
if (auto == 'grooms_page') {
    auto = 'Grooms Page';
}
if (auto == 'http://www.celebrationhouse.co.za/pls/cms/celeb_house.provider') {
    auto = 'Service Providers';
}
if (auto == 'gavs_blog') {
    auto = 'Gavs Blog';
}

if (auto == 'bride_blog') {
    auto = 'Bridesmaid&acute;s Blog';
}

if (v_package == 'cm_vote_new') {
    auto = 'Question of the Month';
}

if (v_package == 'wedding_tree%20') {
    auto = 'Wedding Tree';
}





