/*
Cross browser marquee script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


//Specify the marquee's width (in pixels)
var marqueewidth=440
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=10
//Specify the marquee's scroll speed (larger is faster)
var speed=2
//Specify the marquee contents
var marqueecontents=':: news :: <a href="http://news.bbc.co.uk/2/hi/uk_news/8565613.stm">Royal Mail delivery tests rigged</a> :: <a href="http://www.frost.com/prod/servlet/market-insight-top.pag?docid=192823606">Impact assessment of Toyota quality issues on its North American business - Frost & Sullivan</a> :: <a href="http://pressroom.toyota.com/pr/tms/toyota-motor-corporation-press-153949.aspx">Toyota press conference on quality highlights a special committee for global quality</a> :: <a href="http://www.mckinseyquarterly.com/Wedding_innovation_with_business_value_An_interview_with_the_director_of_HP_Labs_2522">Wedding innovation with business value - an interview with the director of HP Labs</a> :: <a href="http://online.wsj.com/article/SB10001424052748704194504575030940407310052.html?mod=googlenews_wsj">Questions grow on Japanese manufacturing quality</a> :: <a href="http://knowledge.wharton.upenn.edu/article.cfm?articleid=2423">Quality on the Line - The Fallout from Toyota Recall</a> :: <a href="http://www.reuters.com/article/idUSTOE60T00A20100130?type=marketsNews">Toyota head apologizes for huge recall</a> :: <a href="http://www.bloomberg.com/apps/news?pid=20601103&sid=aJhMvFH_1_J0">Toyoda shrinks carmaker to regain quality control</a> :: <a href="http://business.timesonline.co.uk/tol/business/industry_sectors/engineering/article7009065.ece">Carmakers hit as Toyota recall crisis spreads</a> :: <a href="http://www.nist.gov/public_affairs/releases/baldrige_recipients2009.html">Honeywell Federal Manufacturing, MidwayUSA, AtlantiCare, Heartland Health and VA Cooperative Studies Program Clinical Research Pharmacy Coordinating Center are the recipients of 2009 Baldridge Award</a> :: <a href="http://usnews.rankingsandreviews.com/cars-trucks/daily-news/091120-Chrysler-Aims-to-Top-Quality-Surveys-by-2012/">Chrysler aims to top quality surveys by 2012</a> :: <a href="http://www.post-gazette.com/pg/09322/1014602-185.stm">Auto industry changes definition of quality control</a> :: <a href="http://www.freep.com/article/20091119/BUSINESS0101/91119055">Reliability has been the Achilles heel of GM - it gets down to the ability of an engineer to find a problem and ability of the leadership to fix it</a> :: <a href="http://www.post-gazette.com/pg/09322/1014602-185.stm">Auto industry changes definition of quality control</a> :: <a href="http://www.reuters.com/article/pressRelease/idUS215054+30-Oct-2009+BW20091030">UCSF program achieves 88 percent reduction in medication administration error</a> :: <a href="http://topnews.us/content/27971-quality-survey-records-fords-rise-chrysler-hits-rock-bottom">Quality survey records rise in quality at Ford</a> :: <a href="http://www.post-gazette.com/pg/09302/1009094-185.stm">Toyota navigates rough road on quality</a> :: <a href="http://www.businessweek.com/ap/financialnews/D9B6GO600.htm">Army awards $25.9 million contract for efficiency training to implement lean six sigma practices</a> :: <a href="http://www.bloomberg.com/apps/news?pid=conewsstory&refer=conews&tkr=F:US&sid=au1f3zv8ki8w">Lagging quality created brand discount for Ford</a> :: <a href="http://www.msnbc.msn.com/id/33192916/ns/business-the_drivers_seat/">Reputation takes a pounding at Toyota</a> :: <a href="http://www.nytimes.com/aponline/2009/09/30/us/politics/AP-US-Toyota-Floor-Mats.html">Toyota issues huge recall over accelerator risk </a> :: <a href="http://ourmidland.com/articles/2009/10/03/local_news/doc4ac6ea628b4f0292131596.txt">Lutz sings praises of new GM lineup</a> :: <a href="http://www.strategicvision.com/press_release.php?pr=35">Volkswagen of America and Ford Motor Corporation were announced today as full-line corporate leaders in Strategic Vision Total Quality Index</a> :: <a href="http://autopacific.com/index/news-app/story.6754/">2009 Ford Taurus and 2009 Honda Odyssey - Ideal Vehicles, say Owners</a> :: <a href="http://knowledge.wharton.upenn.edu/article.cfm?articleid=2252">Raising the Bar: Can China Meet the Quality Challenge?</a> :: <a href="http://www.WardsAuto.com">GM Global Manufacturing System results in 85% fewer vehicles recalled in the last four years - Wards Auto</a> :: <a href="http://www.businessweek.com/ap/financialnews/D940FNE01.htm">Scion tops Consumer Reports reliability study - BusinessWeek</a> :: <a href="http://online.wsj.com/article/SB122481292908765489.html">Ford closes gap with Japanese on Quality issue  - Wall Street Journal</a> :: <a href="notes/qnn.html">Goal-setting and measurement tracking methods used in manufacturing and other industries can help spur athletes to optimum performance - The Gazette</a> :: <a href="notes/qnn.html">Long-term quality of autos in the US has improved by 5% from 2007 to an average of 206 problems per 100 vehicles, JD Power 2008 Vehicle Dependability Study</a> ::  <a href="notes/qnn.html">Toyota Revives Emergency Cost Cutting Measures</a> ::  <a href="http://canadianpress.google.com/article/ALeqM5j-1bbcQfMw9GdFiX8sx2ndNm9vVA">Manufacturing jobs worth weight in gold to wider economy, per a report in The Canadian Press</a> ::  <a href="http://strategicvision.com/press_release.php?pr=31">Ford vs Toyota: The Battle for Total Quality Intensifies, reports Strategic Vision</a> ::  <a href="http://www.jdpower.com/autos/ratings/quality-ratings-by-brand">2008 JD Power Initial Quality Study results</a> ::    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'

if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}

window.onload=regenerate2
