﻿$(function(){
    //on load
    $.sifr({path:'http://staging.ph-creative.com/sites/gocommando/res/fonts'});
	$(".sIFR,.bodyContent h2").sifr({font:'gothic'});
    $("#breadcrumb").each(function() {
        $(this).html($(this).html().replace("&gt;","/"));
        $(this).html($(this).html().replace("&gt;","/"));
        $(this).html($(this).html().replace("&gt;","/"));
    });
	var URL = window.location;
	$("#email").wrap("<a href=\"mailto:?body="+URL+"\"></a>");
	$(".galleryThumbnail a").lightBox();
	$(".widgetFix .WidgetPanel .Phuse_SiteMap_LI").not(".active").hover(function(){
	    $(this).addClass("on");
	},function(){
	    $(this).removeClass("on");
	});
    $(".widgetFix .WidgetPanel .Phuse_SiteMap_LI a[href*="+URL+"]").css("color","#fff").parent().addClass("active");
    $(".FAQs p,.search_result_item").not(".rightColumn p").corner();
    $(".content_container").css("padding","0px 10px");
    $(".MMDataCaptureForm_ErrorTD span").removeAttr("style");
    $(".SearchButton").removeAttr("value");
    
    //on click
	$("#print").click(function() {
		window.print();
		return false;
	}).css("cursor","pointer");
});