function init() {
        //ticker.activate(true)
        horzticker.activate(true)
}

/*var i0 = '<span class="tickerstyle">They provide great service.'+
'<br>I always come here'+
'<br>for an oil change.'+
'<br>'+
'<br><I>John Doe - Camden</I>'+
'<br><HR width=90% SIZE=1>'+
'</span>'

var i1 = '<span class="tickerstyle">I get all my tuning'+
'<br>done here. I even got'+
'<br>a turbo charger installed.'+
'<br>'+
'<br><I>Tom Smith - Queens, NY</I>'+
'<br><HR width=90% SIZE=1>'+
'</span>'

var i2 = '<span class="tickerstyle">Their staff is really'+
'<br>knowledgeable'+
'<br>and helpful.'+
'<br>'+
'<br><I>Francesca - Monmouth</I>'+
'<br><HR width=90% SIZE=1>'+
'</span>'
*/

//ticker = new NewsTicker(0,130,150,200,'#efefef',3000)
//ticker.addItem(i0)
//ticker.addItem(i1)
//ticker.addItem(i2)

//ticker.fromX = 0  // items slide in from +200 (from the right)
//ticker.fromY = -200  // itmes slide in from -90 (from the top)

//ticker.build()

//writeCSS(
//ticker.css
//)

var j0 = '<span class="tickerstyle"><br>Serving the New Jersey area '+
'for over 37 years.'+
'</span>'

var j1 = '<span class="tickerstyle"><br>ASE Certified Technicians. '+
'</span>'

var j2 = '<span class="tickerstyle"><br>VW Certified. '+
'</span>'

var j3 = '<span class="tickerstyle"><br>Official NJ State Inspection facility. '+
'</span>'

var j4 = '<span class="tickerstyle"><br>Certified emissions repair facility. '+
'</span>'

horzticker = new NewsTicker(250,130,310,40,'#ffffff',500)
horzticker.addItem(j0)
horzticker.addItem(j1)
horzticker.addItem(j2)
horzticker.addItem(j3)
horzticker.addItem(j4)

horzticker.fromX = 450  // items slide in from +200 (from the right)
horzticker.fromY = 0  // itmes slide in from -90 (from the top)

horzticker.build()

writeCSS(
horzticker.css
)
