var memorywidth="156px" //scroller width
var memoryheight="226px" //scroller height
var memorybgcolor="#ffffff" //scroller background
var memorypadding="2px" //padding applied to the scroller. 0 for non.
var borderCSS="border: 0px solid #ffffff;" //Border CSS, applied to scroller to give border.
var memoryspeed=1//Scroller speed (larger is faster 1-10)
var pauseit=0 //Pause scroller onMousever (0=no. 1=yes)?
var persistlastviewedmsg=1 //should scroller's position persist after users navigate away (1=yes, 0=no)?
var persistmsgbehavior="onload" //set to "onload" or "onclick".
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):
var memorycontent="<p class=tabb>"
nl="<br class=tabb>"
memorycontent = memorycontent + "Accenture<br class=tabb>Adobe<br class=tabb>ABN Amro<br class=tabb>AC Nielsen<br class=tabb>Amey plc<br class=tabb>AON<br class=tabb>ARC international<br class=tabb>ARM<br class=tabb>Atkins Global plc<br class=tabb>AT&T Government Solutions<br class=tabb>Avid<br class=tabb>AXA <br class=tabb>BAE Systems<br class=tabb>BBC<br class=tabb>Beiersdorf<br class=tabb>Boeing<br class=tabb>BP<br class=tabb>British Airports Authority (BAA)<br class=tabb>British Computer Society<br class=tabb>BT<br class=tabb>CAE plc<br class=tabb>Cambridge Medical Research Council<br class=tabb>Canon<br class=tabb>Carphone Warehouse<br class=tabb>Charter plc<br class=tabb>Comverse Technology Inc.<br class=tabb>Dermalogica<br class=tabb>DMG World Media<br class=tabb>Drax Power<br class=tabb>EADS <br class=tabb>EDS<br class=tabb>Elopak<br class=tabb>EMI<br class=tabb>Framestore<br class=tabb>Fujitsu Siemens<br class=tabb>GAM<br class=tabb>GE Healthcare<br class=tabb>General Dynamics<br class=tabb>General Motors<br class=tabb>Google<br class=tabb>HarperCollins Publishing<br class=tabb>Harrods<br class=tabb>Hertz Europe<br class=tabb>Hewlett Packard<br class=tabb>HIFX <br class=tabb>Honda Formula One Racing Team<br class=tabb>Hughes Network Systems<br class=tabb>Innocent Drinks<br class=tabb>ITV<br class=tabb>J P Morgan <br class=tabb>J Walter Thompson<br class=tabb>KDD <br class=tabb>Keep America Beautiful<br class=tabb>Kingfisher plc<br class=tabb>Land Rover<br class=tabb>Lockheed Martin<br class=tabb>Logica CMG<br class=tabb>Lombard Assurance<br class=tabb>L&rsquo;Or&eacute;al<br class=tabb>Maersk<br class=tabb>Microsoft <br class=tabb>Missile Defence Agency<br class=tabb>Mizuho Bank<br class=tabb>Morgan Stanley<br class=tabb>Motorola<br class=tabb>NASA <br class=tabb>NATO<br class=tabb>Neutrogena<br class=tabb>Northern Ireland Department of Finance<br class=tabb>Northrop Grumman<br class=tabb>Ogilvy<br class=tabb>Orange<br class=tabb>Osram<br class=tabb>Pixar Animation<br class=tabb>PriceWaterhouseCooper<br class=tabb>Qualitas<br class=tabb>Rank Media <br class=tabb>Red Bull Formula One Racing Team<br class=tabb>Rociaille InHealth<br class=tabb>Rolls Royce Aerospace<br class=tabb>Royal College of Physicians and Surgeons<br class=tabb>Sanderson Wetherall<br class=tabb>Sandia National Laboratory<br class=tabb>SCOR Global<br class=tabb>Scotland Yard<br class=tabb>SERCO Defence and Aerospace<br class=tabb>Shell <br class=tabb>Siemens AG<br class=tabb>Springer Science and Business Media<br class=tabb>Steria<br class=tabb>Symbol Technologies<br class=tabb>Tommy Hilfiger<br class=tabb>Tomy<br class=tabb>Towergate Partnership<br class=tabb>UK Local Government Councils<br class=tabb>UK Ministry of Defence<br class=tabb>UK National Air Traffic Control<br class=tabb>UK National Health Service<br class=tabb>UK Police Forces<br class=tabb>UK Royal Air Force<br class=tabb>UK Royal Navy<br class=tabb>United Nations<br class=tabb>US Army<br class=tabb>US CentCom<br class=tabb>US Department of Defence - Pentagon<br class=tabb>US Department of Labor<br class=tabb>US Holocaust Memorial Museum<br class=tabb>US Lawrence Livermore National Laboratory<br class=tabb>US Marine Corps Tactics and Operations<br class=tabb>US National Institute of Health<br class=tabb>US National Institute of Neurological Disorders and Stroke<br class=tabb>US National Institute of Standards and Technology<br class=tabb>US Navy<br class=tabb>US Secret Service<br class=tabb>Verizon <br class=tabb>Walt Disney  <br class=tabb>Whitby Bird<br class=tabb>World Fuel Services Corp.<br class=tabb>Xstrata plc<br class=tabb>Youth Hostel Association<br class=tabb>Zurich Financial Services";
memorycontent=memorycontent+"<br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb><br class=tabb></p>";
////NO NEED TO EDIT BELOW THIS LINE////////////
var combinedcssTable="width:"+(parseInt(memorywidth)+6)+"px;background-color:"+memorybgcolor+";padding:"+memorypadding+";"+borderCSS+";"
var combinedcss="width:"+memorywidth+";height:"+memoryheight+";"
var divonclick=(persistlastviewedmsg && persistmsgbehavior=="onclick")? 'onclick="savelastmsg()" ' : ''
memoryspeed=(document.all)? memoryspeed : Math.max(1, memoryspeed-1) //slow speed down by 1 for NS
var copyspeed=memoryspeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style=" font-weight:bold;visibility:hidden;position:absolute;top:0px;left:0px">'+memorycontent+'<\/span>')
var actualwidth=''
var memoryscroller
if (window.addEventListener)
window.addEventListener("load", populatescroller, false)
else if (window.attachEvent)
window.attachEvent("onload", populatescroller)
else if (document.all || document.getElementById)
window.onload=populatescroller
function populatescroller(){
memoryscroller=document.getElementById? document.getElementById("memoryscroller") : document.all.memoryscroller
memoryscroller.style.top=parseInt(memorywidth)+8+"px"
if (persistlastviewedmsg && get_cookie("lastscrollerpos")!="")
revivelastmsg()
memoryscroller.innerHTML=memorycontent
actualwidth=document.all? temp.offsetHeight : document.getElementById("temp").offsetHeight
lefttime=setInterval("scrollmarquee()",20)
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = ""
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset)
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function savelastmsg(){
document.cookie="lastscrollerpos="+memoryscroller.style.top
}
function revivelastmsg(){
lastscrollerpos=parseInt(get_cookie("lastscrollerpos"))
memoryscroller.style.top=parseInt(lastscrollerpos)+"px"
}
if (persistlastviewedmsg && persistmsgbehavior=="onload")
window.onunload=savelastmsg
function scrollmarquee(){
if (parseInt(memoryscroller.style.top)>(actualwidth*(-1)+8))
memoryscroller.style.top=parseInt(memoryscroller.style.top)-copyspeed+"px"
else
memoryscroller.style.top=parseInt(memorywidth)+8+"px"
}
if (iedom){
with (document){
document.write("<table cellspacing='0' cellpadding='0' style='"+combinedcssTable+"'><tr><td>")
write("<div style='position:relative;overflow:hidden;"+combinedcss+"' onMouseover='copyspeed=pausespeed' onMouseout='copyspeed=memoryspeed'>")
write("<div id='memoryscroller' style='font-weight:bold; position:absolute;left:0px;top:0px;' "+divonclick+"><\/div>")
write("<\/div>")
document.write("<\/td><\/tr><\/table>")
}
}



