    var newsthumbs=new Array()
newsthumbs[0]=["newsicons/LatestNewsSoulActiveL.jpg", "", ""] 
newsthumbs[1]=["newsicons/LatestNewsNewsletterL.jpg", "", ""] 
newsthumbs[2]=["newsicons/LatestNewsFestivalTickets.jpg", "", ""] 
//newsthumbs[1]=["newsicons/LatestNewsFestivalDatesL.jpg", "", ""] 


//Inside any message you MUST use \' in lieu of ' ;

    var newstext=new Array()


newstext[0]=['Find out the low down on all that is Soul Active ...<a target="_self" href="http://soulsurvivor.co.nz/sa.htm">more</a>'];
newstext[1]=['Check out the latest newsletter...<a target="_self" href="http://www.soulsurvivor.co.nz/news/index.php">more</a>'];
newstext[2]=['Listen to the 2010<br>Festival audios...<a target="_self" href="http://soulsurvivor.co.nz/audio.htm">more</a>'];
//newstext[1]=['Soul Active<br>in the Hutt...<a target="_self" href="http://soulsurvivor.co.nz/news/index.html#6649303401207822749">more</a>'];


//newstext[2]=['Register for Tim Hughes & Dan Wilt Webinar<br>...<a target="_self" href="http://soulsurvivor.co.nz/news/index.html#435047329476815280">more</a>'];


// The following adds the prefix and suffix - don't change;

newstext[0]='<font style="font-size:11px">'+newstext[0]+'</font>';
newstext[1]='<font style="font-size:11px">'+newstext[1]+'</font>';
newstext[2]='<font style="font-size:11px">'+newstext[2]+'</font>';

/***********************************
*   http://news-ticker.vbarsan.com/
*   This notice may not be removed 
***********************************/


//Parameters:
//width of the TICKER in pixels: set to your own;
//var dwidth=320; 
//height of the TICKER in pixels: set to your own; 
//var dheight=100; 
//speed: the higher the slower - set your own!
var dspeed=10; //1s=1000; 
//1.Background color: could be like: "#ffff00" or "yellow";
//set it "" for no background color;
//var dbcolor="";

//The STYLE for your message - recommended not to use both!; 
//when left aligned, ticker goes from left to right;
//when center aligned, ticker goes from center out;
var expclass='class=leftaln';

var mesaj='Loading';


//Algorithm:
var jj=-1;var kk=0;var wds=0;

function iens6exp(){
	jj++;
	if(kk==0&&mesaj.charAt(jj)=="<"){
		kk=1;wds=0;
	}else if(kk==1&&mesaj.charAt(jj)==">"){
		kk=0;wds=0;
	}else if(kk==1){
		wds=0;
	}
	if(kk==0&&mesaj.charAt(jj)!=">"&&jj<=mesaj.length){
		wds=1;
		iens6div.innerHTML=mesaj.substring(0,jj);
	}
	if(wds>0&&jj<=mesaj.length){
		setTimeout("iens6exp()",dspeed);
	}else if(jj<=mesaj.length){
		iens6exp();
	}

}
function ns4exp(){
	jj++;
	if(kk==0&&mesaj.charAt(jj)=="<"){
		kk=1;wds=0;
	}else if(kk==1&&mesaj.charAt(jj)==">"){
		kk=0;wds=0;
	}else if(kk==1){
		wds=0;
	}
	if(kk==0&&mesaj.charAt(jj)!=">"&&jj<=mesaj.length){
		wds=1;
		ns4div.document.write('<div '+expclass+'>'+mesaj.substring(0,jj)+'</div>');
		ns4div.document.close();
	}
	if(wds>0&&jj<=mesaj.length){
		setTimeout("ns4exp()",dspeed);
	}else if(jj<=mesaj.length){
		ns4exp();
	}
}

function startexp(slide){
	try{
	jj=-1;var kk=0;var wds=0;
	mesaj=newstext[slide];

if(document.getElementById){
	alch=document.getElementById('chthis');
	iens6div=document.getElementById('expdiv');
	iens6div.innerHTML='';
	iens6exp();
}else if(document.all){
	alch=chthis;
	iens6div=expdiv;
	iens6div.innerHTML='';
	iens6exp();
}else if(document.layers){
	ns4div=document.ns4expb0.document.ns4expb1;
	ns4div.document.write('');
	ns4div.document.close();
	ns4exp();
}
}catch(err){}
}
