//configure tickercontents[] to set the messges you wish be displayed (HTML codes accepted) var tickercontents = new Array( 'Geltz Communications providing diffusion marketing support for ConEd Small Business Direct Install Program', 'C. Geltz delivers workshop at first-ever Social Media for Utilities Conference', 'Geltz Comm establishes and hosts Social Media 101 Wiki for Utilities', 'Geltz Communications operating branch office in Manhattan', 'One Community Think Tank gets social media support from Geltz Comm', 'C. Geltz article appears in International Journal of Sustainability Communication', 'KEMA Services relies on Geltz for marketing of AC TIMe Program in SDG&E territory', 'Geltz employees use alternative commuting methods', 'Geltz wins national gold award for marketing first New Solar Homes Partnership tract in Los Angeles County', 'Geltz wins national honors for SoCalGas/SCE Energy Efficiency Kiosk Video', 'City of Colton relies on Geltz Communications for neighborhood substation PR and EE/DR marketing') var tickerwidth='158px' var tickerheight='50px' var tickerbgcolor='#ffffff' //configure the below variable to determine the delay between ticking of messages (in miliseconds var tickdelay=4000 ////Do not edit past this line//////////////// var currentmessage=0 function changetickercontent(){ if (document.layers){ document.tickernsmain.document.tickernssub.document.write(tickercontents[currentmessage]) document.tickernsmain.document.tickernssub.document.close() } else crosstick.innerHTML=tickercontents[currentmessage] if (currentmessage==tickercontents.length-1) currentmessage=0 else currentmessage++ setTimeout("changetickercontent()",tickdelay) } function start_ticking(){ if (document.layers) document.tickernsmain.visibility="show" else crosstick=document.getElementById? document.getElementById("tickerie") : document.all.tickerie changetickercontent() } if (document.all||document.getElementById) { document.write('
'); }