$(function(){
    $("div.sociable ul").hide();
    $("h3#socialtag").click(function(){
       $("div.sociable ul").toggle("slow");
    });
    $("div.slide").crossSlide({
        sleep: 1,
        fade: 1
        }, [
            {src: 'http://supergeeks.net/wp-content/themes/supergeeks/images/text/phone_list.gif' },
            {src: 'http://supergeeks.net/wp-content/themes/supergeeks/images/text/phonelist2.jpg' }
        ]);
    $("a#_lpChatBtn").click(function(){
        window.open('https://server.iad.liveperson.net/hc/40429208/?cmd=file&amp;file=visitorWantsToChat&amp;site=40429208&amp;imageUrl=https://server.iad.liveperson.net/hcp/Gallery/ChatButton-Gallery/English/General/1a/&amp;referrer='+escape(document.location),'chat40429208','width=475,height=400,resizable=yes');return false;
    });
    $(".page-item-740 a").html('<img src="http://supergeeks.net/wp-content/themes/supergeeks/images/cart.gif" height="20px" alt="Shopping Cart" /><sup></sup>');
	$('#gallery-1 a').lightBox();
});
