/* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * $LastChangedDate: 2007-07-21 18:45:56 -0500 (Sat, 21 Jul 2007) $
 * $Rev: 2447 $
 *
 * Version 2.1.1
 */
jQuery(document)
		.ready(
				function() {
					jQuery("<div class='csc' id='csc'></div>")
							.appendTo("body")
							.html(
									"<div class='csccnt'>" +
									    "<div class='cse'><h3>博士德在线</h3>" +
									      "<ul>" +
									        "<li class='olan'><span><a href='http://wpa.qq.com/msgrd?v=3&uin=1412496963&menu=yes' target='_blank'>在线销售</a></span></li>" +
									        "<li class='olan'><span><a href='http://wpa.qq.com/msgrd?v=3&uin=1290625689&menu=yes' target='_blank'>在线加盟</a></span></li>" +
									       /* "<li class='olan'><span><a href='http://wpa.qq.com/msgrd?v=3&uin=10778991&menu=yes' target='_blank'>销售</a></span></li>" +
									        "<li class='olan'><span><a href='http://wpa.qq.com/msgrd?v=3&uin=550995592&menu=yes' target='_blank'>投诉</a></span></li>" +*/
									      "</ul>" +
									   "</div>" +
									  "<div class='sse'><h3>联系方式</h3>" +
									    "<ul>" +
									      "<li class='tel'>服务热线：400-640-0319 </li>" +
									      "<li class='eml'>&nbsp;邮箱：bsd@bossed.com.cn</li>" +
									     /* "<li class='tel'>投诉电话：13632363607</li>" +
									      "<li class='eml'>邮箱：110@surpass.com.cn</li>" 
									      "<li class='tel'>客服电话：(020)22980868 </li>" +
									      "<li class='eml'>邮箱：114@surpass.com.cn </li>" ++*/
									    "</ul>" +
									  "</div>" +
									"</div>" +
									"<div class='cschdr'>博<br />士<br />德<br/>在<br />线<br /><span></span></div>" +
									"<script type='text/javascript'>jQuery(document).ready(function(){jQuery('#csc').hover(function(){jQuery('#csc .csccnt').stop().animate({width:206+'px'},'fast');},function(){jQuery('#csc .csccnt').stop().animate({width:1+'px'}, 'fast');}).css({top:(jQuery(window).height()-jQuery('#csc').height())/2+'px'});jQuery(window).resize(function(){jQuery('#csc').stop().animate({top:(jQuery(window).height()-jQuery('#csc').height())/2+'px'})});jQuery(window).scroll(function(){jQuery('#csc').stop().animate({top:((jQuery(window).height()-jQuery('#csc').height())/2+jQuery(window).scrollTop())+'px'})});});</script>");
				});


