// JavaScript Document

marqueeInit({
uniqueid: "mycrawler-kondi",
style: {
"padding": "4px",
"width": "935px",
"height": "30px"
},
inc: 5, //speed - pixel increment for each iteration of this marquee"s movement
mouse: "cursor driven", //mouseover behavior ("pause" "cursor driven" or false)
addDelay: 20,
moveatleast: 1,
neutral: 150,
savedirection: true,
random: true
});
