	document.write("<style type=\"text/css\">");
		document.write("#sas-chat-window *");
		document.write("{");
		document.write("	margin:0;");
		document.write("	padding:0;");
		document.write("	font-family:Tahoma;");
		document.write("	font-size:12px;");
		document.write("	color:#363636;");
		document.write("	color:#000;");
		document.write("	text-align:left;");
		document.write("	line-height:14px;");
		document.write("	text-indent:0px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #sas-window-close");
		document.write("{");
		document.write("	float:right;");
		document.write("	background:url('/images/close.png') no-repeat top right;");
		document.write("	height:21px;");
		document.write("	width:21px;");
		document.write("	margin:4px 2px;");
		document.write("	cursor:pointer;");
		document.write("}");
		document.write("");
		document.write("#sas-window-shadow");
		document.write("{");
		document.write("	height:327px;");
		document.write("	width:500px;");
		document.write("	position:absolute;");
		document.write("	top:50px;");
		document.write("	left:10px;");
		document.write("	display:none;");
		document.write("	z-index:99;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window");
		document.write("{");
		document.write("	background:#F2F2F0 url('/images/agent.jpg') no-repeat 346px 36px;");
		document.write("	height:340px;");
		document.write("	width:400px;");
		document.write("	border:1px solid #57636A;");
		document.write("	position:absolute;");
		document.write("	margin:0;");
		document.write("	padding:0;");
		document.write("	top:0;");
		document.write("	left:0;");
		document.write("	z-index:99;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #sas-window-header");
		document.write("{");
		document.write("	background:#57636A;");
		document.write("	color:#FFF;");
		document.write("	font-family:\"Trebuchet MS\";");
		document.write("	font-size:13px;");
		document.write("	line-height:27px;");
		document.write("	height:27px;");
		document.write("	padding-left:5px;");
		document.write("	cursor:move;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #sas-window-header span");
		document.write("{");
		document.write("	color:#FFF;");
		document.write("	font-family:\"Trebuchet MS\";");
		document.write("	font-size:13px;");
		document.write("	line-height:27px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatLog a:link,");
		document.write("#sas-chat-window #SASChatLog a:visited");
		document.write("{");
		document.write("	color:#0091E5;");
		document.write("	color:#0357A8;");
		document.write("	color:#0000fb;");
		document.write("	text-decoration:none;");
		document.write("	font-weight:bold;");
		document.write("}");
		document.write("");
		document.write("");
		document.write("#sas-chat-window #sas-window-header img");
		document.write("{");
		document.write("	float:right;");
		document.write("	margin:4px;");
		document.write("	cursor:pointer;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatLog");
		document.write("{");
		document.write("	background:#FFF;");
		document.write("	border:1px solid #D4E3EA;");
		document.write("	margin:9px;");
		document.write("	height:217px;");
		document.write("	width:325px;");
		document.write("	overflow:auto;");
		document.write("	font-family:\"Times New Roman\",Tahoma;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatLog .client");
		document.write("{");
		document.write("	color:#0089E9;");
		document.write("	font-weight:bold;");
		document.write("	padding-right:6px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatLog .clientText");
		document.write("{");
		document.write("	color:#0089E9;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatLog .server");
		document.write("{");
		document.write("	color:#000;");
		document.write("	font-weight:bold;");
		document.write("	padding-right:6px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatLog p");
		document.write("{");
		document.write("	margin:5px;");
		document.write("	padding-bottom:13px;");
		document.write("	font-family:Arial,Tahoma;");
		document.write("	font-size:12px;");
		document.write("	line-height:18px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASSubmitButton");
		document.write("{");
		document.write("	color:#496DA5;");
		document.write("	width:91px;");
		document.write("	height:61px;");
		document.write("	background:#EBF3F6;");
		document.write("	border:1px solid #D4E3EA;");
		document.write("	float:right;");
		document.write("	margin:0 9px 0 0;");
		document.write("	text-align:center;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASUserMessage");
		document.write("{");
		document.write("	height:61px;");
		document.write("	background:#EBF3F6;");
		document.write("	background:#FFF;");
		document.write("	border:1px solid #D4E3EA;");
		document.write("	width:377px;");
		document.write("	margin-left:9px;");
		document.write("	overflow:auto;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatTyping");
		document.write("{");
		document.write("	color:#1B498E;");
		document.write("	color:#000;");
		document.write("	font-family:\"Arial Rounded MT Bold\",Arial;");
		document.write("	margin:9px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASpoweredBy");
		document.write("{");
		document.write("	color:#55667D;");
		document.write("	font-size:10px;");
		document.write("	font-family:\"Trebuchet MS\",tahoma;");
		document.write("	float:right;");
		document.write("	margin:9px;");
		document.write("	text-align:right;");
		document.write("}");
	
		document.write("#sas-chat-window");
		document.write("{");
		document.write("	background:#F2F2F0 url('/images/agent.jpg') no-repeat 341px 30px;");
		document.write("	_background:#F2F2F0 url('/images/agent.jpg') no-repeat 340px 31px;");
		document.write("	height:312px;");
		document.write("	width:488px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatLog");
		document.write("{");
		document.write("	width:331px;");
		document.write("	margin:3px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASUserMessage");
		document.write("{");
		document.write("	margin-left:3px;");
		document.write("	height:27px;");
		document.write("	width:333px;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASSubmitButton");
		document.write("{");
		document.write("	margin-right:3px;");
		document.write("	height:27px;");
		document.write("	width:144px;");
		document.write("	font-weight:bold;");
		document.write("	color:#000;");
		document.write("	background:#FFF;");
		document.write("}");
		document.write("");
		document.write("#sas-chat-window #SASChatTyping");
		document.write("{");
		document.write("	margin:6px;");
		document.write("}");
		document.write("");
		document.write("#sas-window-shadow");
		document.write("{");
		document.write("	background:url('/images/theme1_shadow.png') no-repeat top left;");
		document.write("	_background:none;");
		document.write("}");
	document.write("</style>");
	
	var SASDomain = 'http://support.extremebittorrent.com/chatbot';
	var validClickThrough = false;
	var SASAgentName = 'Samantha';
	var SASCharacterTypeTime = 50; //Time taken to type each character
	var SASICM = 'Hey%20wait%21%21%20Hi%21%20I%27m%20Samantha.%20I%27d%20hate%20to%20see%20you%20go%20without%20seeing%20what%27s%20made%20us%20the%20Number%20%231%20selling%20ebook%20about%20BitTorrent%20on%20the%20Internet%21%20So%20just%20this%20once%20I%20can%20offer%20you%20a%20Special%20Discount%21%20If%20you%20order%20now%20I%20will%20give%20you%20an%20additional%20%243%20Discount%20so%20you%20can%20get%20started%20for%20just%20%246.99%21%20%28Normally%20%2419.99%29%20That%27s%20%2413%20off%20our%20original%20asking%20price%21%20To%20take%20advantage%20of%20this%20one%20off%20deal%20just%20%0D%0A%3Ca%20href%3D%22https%3A%2F%2Fwww.e-junkie.com%2Fecom%2Fgb.php%3Fi%3Dexbtdisc%26c%3Dsingle%26cl%3D13938%22%20target%3D%22ejejcsingle%22%20%3ECLICK%20HERE%3C%2Fa%3E';
	var SASAlertMessage = "Hey Wait! Our Agent Samantha Would Like To Offer You A Last Minute Saving!\nPlease Click 'CANCEL' On The Next Window To Claim Your Special Discount.";
	var SASCancelMessage = "*****************************************************\n\nDON'T LEAVE YET! Here Is A One-Off Special Discount Just For You!...\n\nClick on the 'CANCEL' button on the RIGHT to claim your discount...\n\n*****************************************************";
	var SASCustomerName = 'You';
	var SASMessagePause = 2500; //Stop Automated Interactions for X after message typed
	var SASMessageTimeout = 90000; //Timeout Message
	var SASChatID = 0;
	var SASCampaignId = '70';
	var SASTimeoutLaunch = true;
	var SASLaunchTimer = 580000;
	var SASHeaderMessage = 'Hold On! Take Advantage of This Great Offer';
	var SASAgentId = 595;
	var SASHeaderId = 1;
	var SASCancelId = 11;
	var SASAlertId = 22;
	var SASThemeId = '1';
	var SASPoweredBy = 'Powered By <a href="http://extremebittorrent.com/" target="_blank">Extreme BitTorrent</a>';
	
	function SASShowNextMessage()
	{
		if(SASMessageProcess == 'false' && SASChatInitiated == 'true')
		{
			if(SASMessageQueue.length > 0)
			{
				SASMessageProcess = 'true';
				setTimeout("SASDoAgentPause()",SASMessageQueue[0]['time'] + SASMessagePause)
				setTimeout("SASShowNextMessage()",SASMessageQueue[0]['time'] + SASMessagePause + 20);
				SASLoadingMessage = SASMessageQueue[0]['message'];
				SASCurrentMessageTimer = setTimeout("SASShowMsg('"+ SASMessageQueue[0]['agent'] +"');",SASMessageQueue[0]['time']);
				SASAgentTyping();
				SASMessageQueue.shift();
			}
		}
	};
	
	eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('7 X=\'13\';7 2q=\'13\';7 19=V 2H();7 3w=\'13\';7 1K=I;7 22=0;7 1n;7 2Q=\'\';7 3J=I;7 1X=V 2z();7 2v=1X.26();7 1g=\'E\';5 3l(){30();7 a=h.z(\'H-2e-B\');7 b=h.z(\'H-B-2j\');b.12.3z=((B.5A||h.2p&&h.2p.1F||h.1k.1F||0)+55)+\'4Z\';b.12.3s=\'4M\';1Y(b);1j{h.4v=38;h.1V=32;h.z(\'H-2i-2h\').1i=5(){b.1i=5(){}};h.z(\'H-2i-2h\').1V=5(){1Y(b)};h.z(\'H-B-1H\').1i=5(){b.1i=5(){}};h.z(\'H-B-1H\').1V=5(){1Y(b)};h.z(\'H-B-1H\').4g=5(){1R()};h.z(\'H-B-1Q\').1m=5(){U=I};h.z(\'H-B-1Q\').1V=5(){U=I}}1b(e){}};5 3T(a){1P(a)}5 1P(a){o(X!==\'E\'&&(2q!==E||2q!==\'E\')){1j{X=\'E\';1M(1n);1M(2b);24(\'2G\',5H);3l();h.z(\'H-B-1Q\').14=\'<S Q="H-B-1H" 1m="1R()">&5z;</S><Y>\'+5n+\'</Y>\';7 b=1A+\'/2w.1y?1o=57&27=\'+29+\'&1z=\'+1B+\'&1D=\'+1r+\'&1E=\'+1x+\'&1s=\'+1I+\'&1L=\'+1J;7 c=V R(b);c.1d();c.1e();35();o(a!==\'E\'&&33.M>0){31(33)}2t();h.z(\'23\').4m();25("2V()",4j);B.1q=5(){};B.2S=5(){};o(h.z(\'1p-1G\')){h.z(\'1p-1G\').1m=5(){h.z(\'1p-1G\').2R=h.z(\'1p-1G\').2R+1v;h.z(\'1p-1G\').1m=5(){}}}}1b(e){}C 45}};7 1n=I;5 2O(){1j{o(43==E&&X!==\'E\'){}}1b(e){}};5 2V(){7 a=1A+\'/2w.1y?1o=1O&27=\'+29+\'&1z=\'+1B+\'&1D=\'+1r+\'&1E=\'+1x+\'&1s=\'+1I+\'&1L=\'+1J+\'&2N=\'+1v;7 b=V R(a);b.1d();b.1e()};7 U=I;7 1N=I;5 2c(a){o(a.2M||a.2L){C{x:a.2M,y:a.2L}}C{x:a.3P+h.1k.3N-h.1k.3M,y:a.3K+h.1k.1F-h.1k.5X}};5 5V(a){a.1i=5(){U=q}};5 32(a){U=I};5 3H(a,b){b=b||B.3E;7 c=2Y(a);7 d=2c(b);C{x:d.x-c.x,y:d.y-c.y}};5 2Y(e){7 a=0;7 b=0;3D(e.3C){a+=e.3B;b+=e.3A;e=e.3C}a+=e.3B;b+=e.3A;C{x:a,y:b}};5 38(a){a=a||B.3E;7 b=2c(a);o(U){U.12.5G=\'5F\';U.12.3z=b.y-1N.y-6;U.12.5E=b.x-1N.x;C 13}};5 1Y(b){o(!b)C;b.1i=5(a){U=q;1N=3H(q,a);C 13}};5 1R(){o(5C(\'5y 3v 5t 3v 5r 3q 1H q 2e?\')){h.z(\'H-B-2j\').12.3s=\'5l\'}G{C"\\n\\5j 5i \'5h\' 3q 5g 5c\\n\\n"}};5 35(){7 a=1A+\'/5a.1y?&1o=3i&27=\'+29+\'&1z=\'+1B+\'&1D=\'+1r+\'&1E=\'+1x+\'&1s=\'+1I+\'&1L=\'+1J;1K=V R(a);1K.1d();1K.1e()};5 3i(a){1v=a.56;X=\'E\';2s(\' \');1K.1w()};7 2b=I;5 53(a){1j{52.1w();2w.1w()}1b(e){}};5 4Y(){1O()}5 1O(){1M(2b);B.1q=5(){};o(X!==\'E\'){2b=25("2x()",4V)}};5 2t(){B.1q=5(){}};5 4U(){2t()}5 4T(){2x()}5 2x(){o(X!==\'E\'){B.1q=5(){C 1P()}}};5 4S(){3w=\'13\'};5 4P(a){24(a,2Q)}5 3u(){1g=\'13\';h.z(\'1h\').12.4L=\'#4J\';h.z(\'1h\').12.4I=\'4H\';h.z(\'1h\').14=\'4G 3b 4D 4C 4z 4y\'}5 24(a,b){o(1g==\'E\'||a==2I){o(b==\'4u\'){3u()}G{7 c=\'2G\';o(a==2I){c=\'4t\'}G{a=2m;39()}b=b.W("\\\\\\\'","\'");b=b.W("\\\\\'","\'");b=b.W("\\\'","\'");b=b.W("4r",2m);b=b.W("%37%3d","&34;");b=b.W("%37%3d","&34;");o(a==2I){h.z(\'1a\').14+=\'<p><Y 2l=\\"\'+c+\'\\">\'+a+\':</Y><Y 2l="4q">\'+2k(b)+\'</Y></p>\'}G{h.z(\'1a\').14+=\'<p><Y 2l=\\"\'+c+\'\\">\'+a+\' 4p:</Y>\'+2k(b)+\'</p>\'}7 d=h.z("1a").1F;7 e=h.z("1a").4o;h.z("1a").1F=e;1U()}}};5 2Z(){o(19.M==0&&X==\'E\'){7 a=1A+\'/4n.1y?&1o=2A&27=\'+29+\'&2N=\'+1v+\'&4l=\'+22+\'&1z=\'+1B+\'&1D=\'+1r+\'&1E=\'+1x+\'&1s=\'+1I+\'&1L=\'+1J;22++;18=V R(a);18.1d();18.1e()}G{1U()}};5 1U(){1M(1n);1n=25("2Z()",2X+(2X*22))};5 3t(){7 a=h.z(\'23\').2g;o(a.M>0){o(a==\'4k\'){1R()}G{h.z(\'23\').2g=\'\';1M(3J);24(\'4i\',a);2U();2s(a);1U()}}C 13};5 2T(a,b,i){7 c=0;o(a.M!==0){c=a.M*4h}o(i==1){c=c-(1X.26()-2v)}7 d=V 2H();d[\'4f\']=\'2G\';d[\'2f\']=a;d[\'1S\']=b;d[\'4e\']=c;19.O(d);25("4d()",4b)};5 2s(a){o(X==\'E\'&&1g==\'E\'){1j{2v=1X.26();7 b=1A+\'/4a.1y?&49=\'+2P(a)+\'&44=\'+1v+\'&1o=2A\'+\'&1z=\'+1B+\'&1D=\'+1r+\'&1E=\'+1x+\'&1s=\'+1I+\'&1L=\'+1J;18=V R(b);18.1d();18.1e()}1b(e){}}};5 2U(){15(i=0;i<19.M;i++){o(19[i][\'1S\'].M<4){1l}o(19[i][\'1S\']==\'E\'){19.42(i,1);i=i-1}}};5 30(){o(1g==\'E\'){h.z(\'1h\').14=2m+\' 41 40 a 2f...\'}};5 39(){o(1g==\'E\'){h.z(\'1h\').14=\'\'}};5 2A(a){1j{15(i=1;i<=a.3Z;i++){2T(a[\'m\'+i].2f,a[\'m\'+i].1S,i)}18.1w()}1b(e){}};5 2P(a){7 b="3Y"+"3X"+"3W"+"-3V.!~*\'()";7 c="3U";7 d=a;7 e="";15(7 i=0;i<d.M;i++){7 f=d.1c(i);o(f==" "){e+="+"}G o(b.2d(f)!==-1){e+=f}G{7 g=f.2K(0);o(g>3S){31("3R 3Q \'"+f+"\' 3O 2J 47 48 3L 36 2W.\\n"+"(36 2W 4c 5W 8-5U 5T.)\\n"+"A 5Q (+) 5O 2J 5N.");e+="+"}G{e+="%";e+=c.1c((g>>4)&3F);e+=c.1c(g&3F)}}}C e};5 2k(a){7 b="5L";7 c=a;7 d="";7 i=0;3D(i<c.M){7 e=c.1c(i);o(e=="+"){d+=" ";i++}G o(e=="%"){o(i<(c.M-2)&&b.2d(c.1c(i+1))!==-1&&b.2d(c.1c(i+2))!==-1){d+=5K(c.5J(i,3));i+=3}G{d+="%[5I]";i++}}G{d+=e;i++}}C d};o(!1Z.L.D){2H.L.D=5(w){7 a=[],i,l=q.M,v;15(i=0;i<l;i+=1){v=q[i];2F(N v){J\'28\':o(v&&N v.D===\'5\'){a.O(v.D(w))}G{a.O(\'I\')}1l;J\'1t\':J\'2D\':J\'2C\':a.O(v.D());1l;5D:a.O(\'I\')}}C\'[\'+a.3y(\',\')+\']\'};5B.L.D=5(){C 2B(q)};2z.L.D=5(){5 f(n){C n<10?\'0\'+n:n}C\'"\'+q.5x()+\'-\'+f(q.5v()+1)+\'-\'+f(q.5u())+\'T\'+f(q.5s())+\':\'+f(q.5p())+\':\'+f(q.5o())+\'Z"\'};5m.L.D=5(){C 5k(q)?2B(q):\'I\'};1Z.L.D=5(w){7 a=[],k,i,v;o(w){15(i=0;i<w.M;i+=1){k=w[i];o(N k===\'1t\'){v=q[k];2F(N v){J\'28\':o(v){o(N v.D===\'5\'){a.O(k.D()+\':\'+v.D(w))}}G{a.O(k.D()+\':I\')}1l;J\'1t\':J\'2D\':J\'2C\':a.O(k.D()+\':\'+v.D())}}}}G{15(k 3p q){o(N k===\'1t\'&&1Z.L.3o.3n(q,[k])){v=q[k];2F(N v){J\'28\':o(v){o(N v.D===\'5\'){a.O(k.D()+\':\'+v.D())}}G{a.O(k.D()+\':I\')}1l;J\'1t\':J\'2D\':J\'2C\':a.O(k.D()+\':\'+v.D())}}}}C\'{\'+a.3y(\',\')+\'}\'};(5(s){7 m={\'\\b\':\'\\\\b\',\'\\t\':\'\\\\t\',\'\\n\':\'\\\\n\',\'\\f\':\'\\\\f\',\'\\r\':\'\\\\r\',\'"\':\'\\\\"\',\'\\\\\':\'\\\\\\\\\'};s.3m=5(a){7 j;5 2u(k,v){7 i;o(v&&N v===\'28\'){15(i 3p v){o(1Z.L.3o.3n(v,[i])){v[i]=2u(i,v[i])}}}C a(k,v)}o(\'/^[,:{}\\[\\]0-9.\\-+5f-u \\n\\r\\t]*$/\'.3j(q.W(\'/\\\\./g\',\'@\').W(\'/"[^"\\\\\\n\\r]*"/g\',\'\'))){j=5b(\'(\'+q+\')\');C N a===\'5\'?2u(\'\',j):j}59 V 58(\'3m\');};s.D=5(){o(\'/["\\\\\\3h-\\3k]/\'.3j(q)){C\'"\'+q.W(\'/[\\3h-\\3k\\\\"]/g\',5(a){7 c=m[a];o(c){C c}c=a.2K();C\'\\\\5d\'+5e.54(c/16).3g(16)+(c%16).3g(16)})+\'"\'}C\'"\'+q+\'"\'}})(2B.L)};5 R(a){q.3f=a;q.2r=\'&2r=\'+(V 2z()).26();q.2E=h.51("50").4X(0);q.3x=\'4W\'+R.3r++};R.3r=1;R.L.1d=5(){q.17=h.K("5q");q.17.F("2y","3e/4R");q.17.F("4Q","4O-8");q.17.F("5w",q.3f+q.2r);q.17.F("Q",q.3x)};R.L.1w=5(){q.2E.4N(q.17)};R.L.1e=5(){q.2E.P(q.17)};7 20=h.K(\'S\');7 1C=h.K(\'S\');7 2o=h.K("S");7 4K=h.K("S");7 2a=h.K("S");7 2n=h.K("S");7 1W=h.K("S");7 21=h.K("S");7 1u=h.K("3c");7 11=h.K("4F");7 1f=h.K("3c");1C.F(\'Q\',\'H-2e-B\');2o.F(\'Q\',\'H-B-1Q\');20.F(\'Q\',\'H-B-2j\');2a.F(\'Q\',\'H-2i-2h\');2n.F(\'Q\',\'1a\');1u.F(\'Q\',\'23\');1W.F(\'Q\',\'1h\');21.F(\'Q\',\'4E\');1f.F(\'Q\',\'3G\');20.P(1C);1C.P(2o);1C.P(2a);21.14=5M;1W.14=\'3b 4B 4A...\';1u.F(\'2y\',\'3e\');1u.F(\'5P\',\'46\');1f.F(\'2y\',\'4x\');1f.F(\'5R\',\'3G\');1f.F(\'2g\',\'4w\');2a.P(11);11.P(2n);11.P(1f);11.P(1u);11.P(21);11.P(1W);11.5S=5(){C 3t()};5 3a(a){7 b=B.1T;o(N B.1T!==\'5\'){B.1T=a}G{B.1T=5(){a();o(b){b()}}}};3a(5(){h.1k.P(20);2O();B.2S=5(){};B.1q=5(){C 1P()}});B.4s=3I;5 3I(){C E};h.2p.1m=1O;',62,370,'|||||function||var||||||||||document|||||||if||this|||||||||getElementById||window|return|toJSONString|true|setAttribute|else|sas|null|case|createElement|prototype|length|typeof|push|appendChild|id|JSONscriptRequest|div||SASdragObject|new|replace|SASChatInitiated|span|||saschatform|style|false|innerHTML|for||scriptObj|bObj|SASMessageQueue|SASChatLog|catch|charAt|buildScriptTag|addScriptTag|sassubmitbutton|SASAllowContinue|SASChatTyping|onmousedown|try|body|break|onclick|SASTimeoutFunction|callback|SAS|onbeforeunload|SASAlertId|cancel_id|string|saschatmessage|SASChatID|removeScriptTag|SASHeaderId|php|agent_id|SASDomain|SASAgentId|saschatwindow|alert_id|header_id|scrollTop|ICM|close|SASCancelId|SASThemeId|SASInitiateObj|theme_id|clearTimeout|SASmouseOffset|DisableSASChat|SASLaunch|header|CloseSASWindow|ignorable|onload|ResetSASTimeout|onmouseup|saschattyping|SAScurrentTime|SASmakeDraggable|Object|saschatshadow|saschatpowered|SASTimeouts|SASUserMessage|SASShowMessage|setTimeout|getTime|campaign_id|object|SASCampaignId|sascontentarea|SASEnableTimer|SASmouseCoords|indexOf|chat|message|value|area|content|shadow|SASURLDecode|class|SASAgentName|saschatlog|saswindowheader|documentElement|validClickThrough|noCacheIE|SASSendChatRequest|ForceDisableSASChat|walk|SASJumpTime|SASOpened|EnableSASChat|type|Date|SASReceiveJSON|String|boolean|number|headLoc|switch|server|Array|SASCustomerName|be|charCodeAt|pageY|pageX|chat_id|SASDoTimeoutLaunch|SASURLEncode|SASLoadingMessage|href|onunload|SASReceiveServerMessage|SASRemoveIgnoreChats|SetInitiate|encoding|SASMessageTimeout|SASgetPosition|SASTimeoutMessage|SASAgentTyping|alert|SASmouseUp|SASAlertMessage|pound|InitiateChat|URL|C2|SASmouseMove|ClearAgentTyping|SASaddLoadEvent|Agent|input|A3|text|fullUrl|toString|x00|SASInitiateChat|test|x1f|SASLaunchChatWindow|parseJSON|apply|hasOwnProperty|in|to|scriptCounter|display|SASSend|SuspendSASChat|you|SASMessageProcess|scriptId|join|top|offsetTop|offsetLeft|offsetParent|while|event|0xF|SASSubmitButton|SASgetMouseOffset|SASError|SASCurrentMessageTimer|clientY|standard|clientLeft|scrollLeft|cannot|clientX|Character|Unicode|255|IntelliChatLaunch|0123456789ABCDEF|_|abcdefghijklmnopqrstuvwxyz|ABCDEFGHIJKLMNOPQRSTUVWXYZ|0123456789|responses|typing|is|splice|SASTimeoutLaunch|chatid|SASCancelMessage||encoded|using|msg|respond|SASMessagePause|only|SASShowNextMessage|time|agent|onmouseover|SASCharacterTypeTime|You|15000|exit|shown|focus|timeout|scrollHeight|Says|clientText|AGENTNAME|onerror|client|AGENTLEAVECHAT|onmousemove|Submit|submit|Chat|This|Typing|Is|Left|Has|SASpoweredBy|form|The|Bold|fontWeight|B20000|saswindowclose|color|block|removeChild|utf|SASShowMsg|charset|javascript|SASDoAgentPause|EnableIntelliChat|ForceDisableIntelliChat|1500|SASJscriptId|item|DisableIntelliChat|px|head|getElementsByTagName|SASInitiated|SASOpenedSuccess|floor|100|ChatId|ChatOpened|SyntaxError|throw|initiate|eval|chatting|u00|Math|Eaeflnr|continue|CANCEL|click|nPlease|isFinite|none|Number|SASHeaderMessage|getUTCSeconds|getUTCMinutes|script|wish|getUTCHours|sure|getUTCDate|getUTCMonth|src|getUTCFullYear|Are|nbsp|pageYOffset|Boolean|confirm|default|left|absolute|position|SASICM|ERROR|substr|unescape|0123456789ABCDEFabcdef|SASPoweredBy|substituted|will|size|space|name|onsubmit|characters|bit|SASmakeClickable|supports|clientTop'.split('|'),0,{}))

	saschatpowered.innerHTML = SASPoweredBy;
