/*********************************** * 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]=' Area Sales Engineers (Midlands)
Our client is a leading manufacturer of ventilation products and systems, with over 30 years experience in the air movement industry. Their innovative product development has led to excellent energy efficiency and superb product design. They now urgently require 2 x Sales Engineers for the West Midlands and East Midlands areas. The roles will be targetting local authorities, house builders and c...
';singletext[1]=' Area Sales Executive - Maintenance (London)
Our client is a renowned European manufacturer of air conditioning (including close control systems), comfort cooling and heat pumps. The highly successful service and maintenance division now urgently seeks an Area Sales Executive for the London region. Their client base includes both private and public sector organisations and enjoys superb support from the client\'s Southern office. ...
';singletext[2]=' Business Development Executive (South East / Home Counties)
Our client is a world-wide leader in actuator and valve technology for HVAC systems. With trail blazing new technology and attention to detail, these high quality products are in demand. They now require a Business Developer to help grow the business even further in the South East. You will be selling to System Integrators, distributors and consultants / specifiers. ...
';singletext[3]=' Sales Executive (Overseas)
Our client is an established chiller and air conditioning company based in the UK. They are now seeking a sales professional to develop the rapidly returning market in Dubai. Superb package and lifestyle to match !...
';singletext[4]=' Specification Sales Managers (South East / Home Counties)
Our client is a leading international company manufacturing and selling high performance commercial heating systems. The business is currently undergoing significant growth in their fossil and biomass fuelled heating boilers, as well as supplementary renewable technologies, such as solar thermal and heat pumps. Additionally a new division specialising in gas fired CHP for District Heating require...
';//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 -->