// Top news ticker applet bar

document.writeln('<applet code="newsticker.class" width=600 height=18>');
document.writeln('<param name="applet_width" value="600">');
document.writeln('<param name="applet_height" value="18">');
document.writeln('<param name="regcode" value="nwt786">');
document.writeln('<param name="info" value="Applet by Gokhan Dagli">');
document.writeln('<param name="bgcolor" value="E9EE4A">');
document.writeln('<param name="fontcolor" value="001366">');
document.writeln('<param name="highlight_color" value="FFFFFF">');
document.writeln('<param name="delay_time" value="3500">');
document.writeln('<param name="scroll_delay" value="15">');
document.writeln('<param name="scroll_jump" value="3">');
document.writeln('<param name="font_type" value="Arial">');
document.writeln('<param name="font_size" value="14">');
document.writeln('<param name="font_style" value="1">');
document.writeln('<param name="text_alignment" value="center">');
document.writeln('<param name="left_margin" value="10">');
document.writeln('<param name="text1" value="FREE Consulting Services for Newark Business Owners!">');
document.writeln('<param name="link1" value="http://www.newarkuez.org/Download/NOUEZ_IFEL_SMWBE_Technical_Assistance_Flyer.pdf">');
document.writeln('<param name="text2" value="Click to download the Newark UEZ brochure!">');
document.writeln('<param name="link2" value="http://www.newarkuez.org/Download/nouez_new_brochure.pdf">');
document.writeln('<param name=target_frame value="_self">');
document.writeln('</applet>');
