$(document).ready(function () {
    var url = decodeURI(window.location.pathname.toLowerCase());
    //$("#global-nav a[href=" + url + "]").addClass("on");

    var urlSplit = url.split('/');
    if (urlSplit[1] != "") {
        $("#global-nav .nav-" + urlSplit[1]).addClass("nav-" + urlSplit[1] + "-on");
    }
    else{
      $("#global-nav .nav-home").addClass("nav-home-on");
    }

    $(".png").supersleight();

    var navglassmathref = $("#nav-glass-mat").attr("href");
    $("#nav-glass-mat").attr("href", "#").click(function (e) {
        e.preventDefault();
        var axel = Math.random() + "";
        var a = axel * 10000000000000;
        $("body").append('<iframe src="http://fls.doubleclick.net/activityi;src=2636618;type=landi055;cat=forti479;ord=' + a + '?" width="1" height="1" frameborder="0"></iframe>');
        setTimeout("window.location.href = '" + navglassmathref + "'", 400);
    });

    var navgypsumfiberhref = $("#nav-gypsum-fiber").attr("href");
    $("#nav-gypsum-fiber").attr("href", "#").click(function (e) {
        e.preventDefault();
        var axel = Math.random() + "";
        var a = axel * 10000000000000;
        $("body").append('<iframe src="http://fls.doubleclick.net/activityi;src=2636618;type=landi055;cat=forti203;ord=' + a + '?" width="1" height="1" frameborder="0"></iframe>');
        setTimeout("window.location.href = '" + navgypsumfiberhref + "'", 400);
    });

    /*
    var navearnatriphref = $("#nav-earn-a-trip").attr("href");
    $("#nav-earn-a-trip, #earntrip-lnk").attr("href", "#").click(function(e) {
    e.preventDefault();
    var axel = Math.random() + "";
    var a = axel * 10000000000000;
    $("body").append('<iframe src="http://fls.doubleclick.net/activityi;src=2636618;type=landi055;cat=forti653;ord=' + a + '?" width="1" height="1" frameborder="0"></iframe>');
    setTimeout("window.location.href = '" + navearnatriphref + "'", 400);
    });
    */

    var navcontactushref = $("#nav-contact-us, #contactus-lnk").attr("href");
    $("#nav-contact-us").attr("href", "#").click(function (e) {
        e.preventDefault();
        var axel = Math.random() + "";
        var a = axel * 10000000000000;
        $("body").append('<iframe src="http://fls.doubleclick.net/activityi;src=2636618;type=landi055;cat=forti090;ord=' + a + '?" width="1" height="1" frameborder="0"></iframe>');
        setTimeout("window.location.href = '" + navcontactushref + "'", 400);
    });

    $("#footer-twitter, #footer-facebook, #footer-addthis").click(function () {
        var axel = Math.random() + "";
        var a = axel * 10000000000000;
        $("body").append('<iframe src="http://fls.doubleclick.net/activityi;src=2636618;type=landi055;cat=forti247;ord=' + a + '?" width="1" height="1" frameborder="0"></iframe>');
    });

    $("a").each(function () {
        if ($(this).attr("target") == "_blank") {
            $(this).click(function () {
                var html = $(this).html();
                _gaq.push(['_trackEvent', 'External', html]);
            });
        }
    });
});

