
var lgth=0;

//list news items here (use as many as you need. Use quotes around each one and end each line with a semicolon)


var a11="7th September 2009 - NEW FEATURE - Tabs can now be added to a VCAB via the VMS control panel";
var a10="16th July 2009 - NEW FEATURE - Choice of whether to auto detect links or not added when creating a new publication";
var a9="15th July 2009 - NEW FEATURE - Social Network sharing now added to the default VCAB skin";
var a8="1st July 2009 - UPGRADE - Analytics now shown in the VMS skin.";
var a7="29th June 2009 - BUG FIX - Logging in with incorrect details no longer shows your account as exipred";
var a6="27th May 2009 - BUG FIX - Adding a new PDF page now working as expected";
var a5="22nd May 2009 - NEW FEATURE - PDF Guidelines added when creating a new publication";
var a4="22nd May 2009 - UPGRADE - Vector based solution goes live providing outstanding quality on all publications";
var a3="8th May 2009 - BUG FIX - VCABs now show if an invalid page parameter is passed through";
var a2="20th April 2009 - UPGRADE - VMS - ability to add / edit contents files now added";
var a1="16th April 2009 - NEW FEATURE - A 'what now' facility is added to aid in creating publications";


//Follow the format below, e.g. the next message would be a4, a5 etc.
vcabItems=new items(a11,a10,a9,a8,a7,a6,a5,a4,a3,a2,a1);



// ****  Do not alter below this line *****************************************
var ini=0; var st=0; var x=vcabItems[0].length;
function items() {
lgth=items.arguments.length;
for (i=0; i<lgth; i++)
this[i]=items.arguments[i];}
function newsclicker(){
var temp=vcabItems[ini].substring(0,st)+"_";
document.aspnetForm.txtVCABNews.value=temp;
if(st++==x) { 

//Adjust timer for delay between messages
st=0; setTimeout("newsclicker()",3750); ini++;
if(ini==lgth) ini=0; x=vcabItems[ini].length; 
} else

//adjust timer for "clicking speed" eg letter,letter,letter....
setTimeout("newsclicker()",40);}



