// Check if the browser is IE and less than 7 
if ($.browser.msie && $.browser.version < 7) {
    window.location.replace("ie6warning.html");
}
//Run JQuery
$(document).ready(function(){
     // Open lightbox
     $(".send-to-a-friend").colorbox({width:"450px", height:"550px", iframe:true});
     $(".subscribe").colorbox({width:"450px", height:"550px", iframe:true});
     $(".about-bookmarking-tool").colorbox({width:"418px", height:"330px", iframe:true});
     // Remove text from google map
     
     // ADD home image icon
     $("a span").remove(":contains('Home')");
     $(".level1 .item1").append("<img border=\"0\" style=\"padding:0px 2px\" alt=\"Trends Media Services homepage\" title=\"Trends Media Services homepage\" src=\"/dnn5/Portals/_default/skins/tms/images/home.png\"/>");     
});

  
