(function($) {

$.ajaxSetup({cache: false});

$(document).ready(function() {

$("#foxboro_col1 .block .pad h3:first-child").addClass("module-title");

$("#foxboro_footer .clear, #foxboro_footer #copyrightFooter").wrapAll("<div id='left' />");

$("#foxboro_footer").prepend("<div id='right'><a href='http://twitter.com/#!/RiskReducer' target='_blank'><img src='/Portals/98075/images/twitter-icon.jpg' alt='' border='0' /></a><a href='http://www.linkedin.com/company/352924?trk=tyah' target='_blank'><img src='/Portals/98075/images/linkedin-icon.jpg' alt='' border='0' /></a><a href='http://www.facebook.com/pages/GNW-Evergreen-Insurance/111354162232771' target='_blank'><img src='/Portals/98075/images/facebook-icon.jpg' alt='' border='0' /></a></div>");

$("#foxboro_footer #copyrightFooter").html("&copy; 2011 All Rights Reserved GNW - Evergreen Insurance Services, Inc.  16030 Ventura Blvd., Ste 500, Encino, CA 91436, (818) 257-7400");

if ( $("#foxboro_menu a.selectedtab:first ~ .slide").html() != null ) {
        $("#foxboro_col1 .pad:first").prepend("<div id='side-nav' />")
        $("#foxboro_menu a.selectedtab ~ .slide ul").clone().prependTo("#foxboro_col1 #side-nav");
    }
    
var title = $("#foxboro_menu a.selectedtab:first span").html();

$("#foxboro_col1 #side-nav").prepend("<h3></h3>");
$("#foxboro_col1 #side-nav h3").html(title);

});

})(jQuery);
