$(document).ready(function() {
	// Global ish
	
//$('div').not('#leftcolumn').find('.wba_prod_widget').addClass('scroll_prod_widget');
	//$('div .wba_prod_widget').addClass('scroll_prod_widget');
	$('#flash-header').remove();
        $('#leftcolumn .wba_prod_widget').remove();
	$('.hideme').remove();
	$('input[src=/images/search_btn.gif]').attr({'src':'/images/atlantic_btn_search.gif'});
        $('#header .search').css("visibility","visible");
	//$('link[href=dhttp://dev.atlanticrecords.com/geraldine/atl.css]').remove();	

	//$('table.leftnav td.bg').parent().remove();
	//$('td[width=10]').remove();
	//$('img[width=165]').attr({'width':'158'});
	//$('a.v').remove(); // remove extra privacy policy link
	//$('td.f').remove(); // remove spacer graphic
	//$('table.s').hide(); // hide search box
	
	//SME
	//$('table.logo td#myaccountnav a').text('');
	//$('table.logo td#myaccountnav a').html('<img src="http://205.153.25.126:8888/stores/viva/blank.gif" />');
	//$('table#topbar').remove();
	//$('img#wba_poweredby').attr({'src':'http://feature.atlrec.com/upped/vivalarock/vivalarock_poweredby_w.gif'}); 

});


