		var dealerId = 12909;

		var department = 1;

		var rawSrc = document.location;

		var src = escape(rawSrc);

		var newwindow;

		function popupWin(url){

			newwindow=window.open(url,'name','height=400,width=400,menubar=no,location=no');

			if (window.focus) {newwindow.focus()}

		} 

		document.write("<script type='text/javascript' src='http://www.text2drive.com/lChat/lChat.php?ID="+dealerId+"&D="+department+"&S="+src+"'></script>");
