jQuery(document).ready(function(){
	jQuery('td.LPChatBoxSubmitTD').children('img.LPsubmit').attr({
		'src': '/images/submit.png',
		'height': '38',
		'width': '187'
	});

	if(jQuery('.lpStaticButtonTR').length > 0){
		jQuery('.lpStaticButtonTR a img').attr({
			'src': '/images/leftcol-chat-callout.jpg',
			'width': '175',
			'height': '168',
			'class': 'chat-btn'
		});
		
		jQuery('.sound_menu').remove();

	}
			
	jQuery('#info-center h2').append('<div class="line"></div>');
});
