//js popup function
function showPopup2(url) { newwindow=window.open(url,'name','height=180,width=260,resizable=no'); if (window.focus) {newwindow.focus()} } 
// top banner
x$("#xg_masthead").append("<a target='_blank' href='http://store.anarbor.net/'><img style='margin:0;' src='http://artistapproved.com/st.jpg' /></a>");
x$(document).ready(function() {
  x$("#xg_foot a:contains('Privacy')").attr({'href':'http://www.anarbor.net/'});
  x$("#xg_foot a:contains('Terms of Service')").attr({'href':'http://www.anarbor.net/'});
  x$("#xg_navigation #xg_tab_invite").remove();
});
var right_col = x$("#xg_module_account").parent();
right_col.addClass('the_right_column');
var html_modules_right = right_col.find('.html_module');
html_modules_right.eq(0).addClass('html_mailing');
html_modules_right.eq(1).addClass('html_links');
html_modules_right.eq(2).addClass('html_banner');
var left_col = right_col.prev();
left_col.addClass('the_left_column');
var html_modules_left = right_col.find('.html_module');
html_modules_left.eq(0).addClass('html_music');
html_modules_left.eq(1).addClass('html_twitter');
var right_home_col = x$(".xg_widget_main_index #xg_module_account").parent();
right_home_col.addClass('the_right_home_column');
var left_home_col = right_home_col.prev();
left_home_col.addClass('the_left_home_column');
//var blogImages = x$(".xg_widget_main_index_index .xg_3col .xg_2col .blogpost img").not(".photo");
//blogImages.css("width","344px");
//blogImages.css("height","auto");