function chatoc(){jQuery('#chatboxpop').animate({width:'toggle'},1200);jQuery('#chatboxopen,#chatboxclose').toggle()};jQuery(document).ready(function(){jQuery('body').prepend('<div style="overflow:visible;position:fixed;bottom:30px;height:350px;right:0px;z-index:1000"><iframe src="/chatbox"id="chatboxpop"scrolling="yes"style="height:350px;float:right;overflow-x:visible;overflow-y:visible;display:none;width:700px"marginwidth="0"marginheight="0"frameborder="0"></iframe><div onclick="chatoc()"style="margin-top:10px;cursor :pointer;float:left"><img src="http://img151.imageshack.us/img151/6629/lgl.png"id="chatboxopen"style="display:inline"><img src="http://i34.servimg.com/u/f34/16/04/51/75/close10.png"id="chatboxclose"style="cursor:pointer;display:none"></div></div>')});
