$(document).ready(function(){ 
	if ($('#lpButDivID-1272661299144 a span span span').html() == 'Click here for Live Chat') {
		$('#sideChat span.online').css('display','block');
		$('#sideChat div.chatBox').css('display','block');
		$('#sideChat span.chatBtn').css('display','block');
		
		$('span.chat a.start').click(function () {
			$('#lpButDivID-1272661299144 a').click();
			
			return false;
		});	
		
		$('#sideChat div.chatBox img.btn').click(function () {
			$('#lpButDivID-1272661299144 a').click();
			//$('#lpButDivID-1272918153 table tbody tr td div form table tbody tr td textarea').val($('#sideChat div.chatBox textarea').val());						   
			//('#lpButDivID-1272918153 table tbody tr td div form table tbody tr td img.LPsubmitButton').click();

			return false;
		});	
	}
		else {
			$('#sideChat span.offline').css('display','block');
		}
}); 
