/*********************************** * http://news-scroller.vbarsan.com/ * This notice may not be removed ***********************************/ //-- Begin Scroller's Parameters and messages --> //scroller's width var swidth=375; //scroller's height var sheight=140; //scroller's speed var sspeed=5; var restart=sspeed; var rspeed=sspeed; //scroller's pause var spause=2000; //scroller's background sbcolor="#fffff"; //messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: ..message.. var singletext=new Array(); singletext[0]=' Business Development Manager (London)

Market Leader in the Mechanical Services Industry is urgently seeking to recruit a Business Development Manager to join their Sales team.

The successful candidate will be selling to the fit-out markets, to end users and major accounts.

For the role, you will be representing the business in the London/M25 area, to develop new client relationships, seek new opportunities ...

';singletext[1]=' Area Sales Engineer (South East / Home Counties)

Our client is the market leader in the design and manufacture of energy efficient domestic, commercial and renewable ventilation solutions

 They are looking to appoint an Area Sales Engineer to increase overall profitability of the area. The succesful candidate will manage an area of North London, Norfolk, Essex, Bucks, Herts and Northants...

';singletext[2]=' National Field Sales Manager (Manchester / North West)

The UK's largest specialist hire company, with operations in Europe and the Middle East is urgently seeking to recruit a National Field Sales Manager based in Manchester.

The key purpose of the role is to maximise revenue generation and profitability through the effective management of internal and external sales staff and p...

';singletext[3]=' Sales Engineer (London)

Our client is a the leading manufacturer of a wide range of ventilation products for public, commercial and industrial buildings for over 40 years ..

They are looking to recruit a Sales Engineer for the South West London area.

The role of the Regional Sales Engineer will be to maintain existing and increase new business in ...

';singletext[4]=' Sales Engineer (Midlands)

Our client is a the leading manufacturer of a wide range of ventilation products for public, commercial and industrial buildings for over 40 years ..

They are looking to recruit a Sales Engineer for the East Midlands area.

The role of the Regional Sales Engineer will be to maintain existing and increase new business in his/...

';//singletext[...]='...'; //-- end Parameters and message --> //-- begin: Scroller's Algorithm --> var ii=0; function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}} function start(){ if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.left=swidth;ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetWidth;ns6scroll();} else if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.left=swidth;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.width;ns4scroll();} else if(document.all){iediv=iens6div;iediv.style.pixelLeft=swidth;iediv.innerHTML=singletext[0];sizeup=iediv.offsetWidth;iescroll();}} function iescroll(){if(iediv.style.pixelLeft>0&&iediv.style.pixelLeft<=sspeed){iediv.style.pixelLeft=0;setTimeout("iescroll()",spause);}else if(iediv.style.pixelLeft>=sizeup*-1){iediv.style.pixelLeft-=sspeed;setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelLeft=swidth;iediv.innerHTML=singletext[ii];sizeup=iediv.offsetWidth;iescroll();}} function ns4scroll(){if(ns4layer.left>0&&ns4layer.left<=sspeed){ns4layer.left=0;setTimeout("ns4scroll()",spause);}else if(ns4layer.left>=sizeup*-1){ns4layer.left-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.left=swidth;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.width;ns4scroll();}} function ns6scroll(){if(parseInt(ns6div.style.left)>0&&parseInt(ns6div.style.left)<=sspeed){ns6div.style.left=0;setTimeout("ns6scroll()",spause);}else if(parseInt(ns6div.style.left)>=sizeup*-1){ns6div.style.left=parseInt(ns6div.style.left)-sspeed;setTimeout("ns6scroll()",100);} else{if(ii==singletext.length-1)ii=0;else ii++; ns6div.style.left=swidth;ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetWidth;ns6scroll();}} //-- end Algorithm -->