var tWidth='735px';                  							// width (in pixels)
var tHeight='20px';                  			 			  // height (in pixels)
var tcolour='#ffffc0';               			 				// background colour:
var moStop=true;                     			 				// pause on mouseover (true or false)
var fontfamily='Trebuchet MS,Verdana,Tahoma,verdana,arial,sans-serif'; // font for content
var tSpeed=3;                        							// scroll speed (1 = slow, 5 = fast)

// enter your ticker content here (use "/ and "' in place of / and ' respectively)

var content='<p class="tickr left bld">Latest vacancies:<a href="vacancies.php#ILWeb276">Senior Tractor Driver, Contracting, Lancashire</a>;<a href="vacancies.php#ILweb275">Herdsperson/Dairy/person, Angus, N>E Scotland  400 cow unit</a>;<a href="vacancies.php#RSweb274">Herdsperson, Retford</a>;<a href="vacancies.php#ILweb273">Herdsperson 380 cows, North Yorkshire</a>;<a href="vacancies.php#ILweb272">Herdsperson 350 cows, Derbyshire</a>;<a href="vacancies.php#HHweb271">Assistant Herdsperson/Tractor Driver, Dorset</a>;<a href="vacancies.php#RSweb270">Herdsperson, South Leicestershire 150 cows</a>;<a href="vacancies.php#RSweb269">Herdsperson, South Leicestershire</a>;<a href="vacancies.php#GWGweb263">Arable Team Leader, Marlborough, Wiltshire</a>;<a href="vacancies.php#RSweb268">Assistant Herdsperson, Shropshire</a>;<a href="vacancies.php#HHweb267">Herdsperson, East Devon</a>;<a href="vacancies.php#ILweb265">Assistant Herdsperson, Stranrear, South West Scotland</a>;<a href="vacancies.php#AGweb260">Herdsperson, Buckinghamshire</a>;<a href="vacancies.php#RSweb259">Assistant Herdsperson, Cheshire</a>;<a href="vacancies.php#RSweb258">Assistant Herdsperson, Leictershire</a>;<a href="vacancies.php#RSweb253">Assistant Herdsperson, Nr Bourne, Lincs</a>;<a href="vacancies.php#HHweb250">Herdsperson, Ceredigion, West Wales</a>;<a href="vacancies.php#JPweb249">Assistant Herdsperson/Colleage Leaver, Chichester, West Sussex</a>;<a href="vacancies.php#RSweb236">Herdsperson, Shropshire 300 cows</a>;<a href="vacancies.php#ILweb209">Herd Manager 600 cows - , North Yorkshire</a>;<a href="vacancies.php#ILweb208">Assistant Herdsperson 220 Cows, Lancashire</a>;<a href="vacancies.php#ILweb183">Milking Shift Leader, Cumbria</a>;<a href="vacancies.php#ILweb96">Dairy Management Academy  Herd Managers of the future required., Last remaining places available Scotland and SW England.  Excellent Farms - Excellent Job - Excellent Training.</a>;<a href="vacancies.php#AG31">Lecturer in Farm Animal Health and Production, Dorchester, Dorset</a>;                </p>';







//Get our latest Newsletter <a href="NewsletterApril2009.pdf" target="_blank">HERE.<"/a>

// Simple Marquee / Ticker Script
// copyright 3rd January 2006, Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the below code in this script (including this
// comment) is used without any alteration
var cps=tSpeed; var aw, mq; var fsz = parseInt(tHeight) - 4; function startticker(){if (document.getElementById) {var tick = '<div style="position:relative;width:'+tWidth+';height:'+tHeight+';overflow:hidden;background-color:'+tcolour+'"'; if (moStop) tick += ' onmouseover="cps=0" onmouseout="cps=tSpeed"'; tick +='><div id="mq" style="position:absolute;left:0px;top:0px;font-family:'+fontfamily+';font-size:'+fsz+'px;white-space:nowrap;"><"/div><"/div>'; document.getElementById('ticker').innerHTML = tick; mq = document.getElementById("mq"); mq.style.left=(parseInt(tWidth)+10)+"px"; mq.innerHTML='<span id="tx">'+content+'<"/span>'; aw = document.getElementById("tx").offsetWidth; lefttime=setInterval("scrollticker()",50);}} function scrollticker(){mq.style.left = (parseInt(mq.style.left)>(-10 - aw)) ?parseInt(mq.style.left)-cps+"px" : parseInt(tWidth)+10+"px";} window.onload=startticker;
                                    				 



