function addScrollers() {
// code each scroller as follows:
// startScroll('id of scroller div','content of scroller');
startScroll('myscroller',' Field Sales Executive (Kent) ( South East )
Our blue chip clients is looking for an experienced b2b sales rep from any background to cover the K ...
Account Manager (Croydon) ( London (South) )
My Client is looking for Online Display Sales Account Managers and Executives to deliver ongoing gro ...
Field Sales Executive (Cambs/Norfolk/Suffolk) ( South East )
Fantastic opportunity to join this international media company selling the highly lucrative concept ...
Field Sales Executive ( South East )
An excellent opportunity has arisen with a market leading online automotive portal. This company are ...
Trainee Recruitment consultant BRISTOL ( Bristol )
• Post - Trainee Recruitment Consultant• Location – Bristol• Salary - £15K-£25K basic, OTE £80k ...
For more jobs click here');
}
var speed=10; // scroll speed (bigger = faster)
var dR=false; // reverse direction
// Vertical Scroller Javascript
// copyright 24th September 2005, by Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the code below (as well as these
// comments) is used without any alteration
var step = 2; function objWidth(obj) {if(obj.offsetWidth) return obj.offsetWidth; if (obj.clip) return obj.clip.width; return 0;} function objHeight(obj) {if(obj.offsetHeight) return obj.offsetHeight; if (obj.clip) return obj.clip.height; return 0;} function scrF(i,sH,eH){var x=parseInt(i.top)+(dR? step: -step); if(dR && x>sH)x=-eH;else if(x<2-eH)x=sH;i.top = x+'px';} function startScroll(sN,txt){var scr=document.getElementById(sN); var sW = objWidth(scr)-1; var sH = objHeight(scr); scr.innerHTML = '