//<!--
var myScroller = new Scroller(0, 0, 148, 201, 0, 1);
myScroller.setColors("transparent");
myScroller.setFont("Arial", "2");
		
		
		myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">Lawsuit Accuses Bar Of Weighing Female Workers</strong><br><span class=\"whitescroller\">... filed a multimillion-dollar sex-harassment lawsuit, accusing their former bosses of ordering female employees to be weighed as part of a scheme to keep track of their weight. <br><a href=\"Media.html\" style=\"color:#ffffff;\">Read More>></a></span></span>"); 

        myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">Weightress Outrage at Pub Sex-Harass Lawsuit</strong><br><span class=\"whitescroller\">$15 million sex-harassment lawsuit, accusing their former bosses of ordering female employees to be weighed as part of a bizarre scheme to keep tabs on their poundage. <br><a href=\"Media.html\" style=\"color:#ffffff;\">Read More>></a></span></span>"); 
		
		myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">NYC judge dismisses lawsuit in Holloway's Aruba disappearance</strong><br><span class=\"whitescroller\">A judge on Thursday tossed out a lawsuit filed against a Dutch teenager by the parents of a young woman who vanished in Aruba, saying it shouldn't have been filed in Manhattan. <br><a href=\"Media.html\" style=\"color:#ffffff;\">Read More>></a></span></span>"); 
		
		myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">Legal Big Aids Teen Lover in Christie Split</strong><br><span class=\"whitescroller\"><br><a href=\"http://www.tacopinalaw.com/pdfs/brinkley_split.pdf\" style=\"color:#ffffff;\">Read More>></a></span></span>");
		
		myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">Joseph Tacopina named to New York Super Lawyers - 2006</strong><br><span class=\"whitescroller\"><br><a href=\"http://www.tacopinalaw.com/pdfs/superlawyer.pdf\" style=\"color:#ffffff;\">Read More>></a></span></span>");
		
		myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">New York Times quotes Mr. Tacopina is to the defense bar what Donald Trump is to real estate</strong><br><span class=\"whitescroller\"><br><a href=\"http://www.tacopinalaw.com/pdfs/timesmetro2.pdf\" style=\"color:#ffffff;\">Read More>></a></span></span>");
		
		myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">Imette St. Guillen:</strong><br><span class=\"whitescroller\">Representing family of beloved criminal justice student who was abducted and killed by a NYC bar bouncer.<br><a href=\"http://www.tacopinalaw.com/pdfs/imette_graduation1.pdf\" style=\"color:#ffffff;\">Read More>></a></span></span>");
		
		myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">Discrimination Suit Against Time Warner:</strong><br><span class=\"whitescroller\">Representing Journalist in a Claim for Discrimination and Wrongful Termination.<br><a href=\"http://www.tacopinalaw.com/pdfs/bunchofboobs.pdf\" style=\"color:#ffffff;\">Read More>></a></span></span>");

		myScroller.addItem("<span class=\"scroll\"><strong class=\"white\">Suing Prominent Rabbi and Prestigious Synagogue:</strong><br><span class=\"whitescroller\">Mistress of Rabbi sues for breach of contract.<br><a href=\"http://www.tacopinalaw.com/pdfs/sinagogue.pdf\" style=\"color:#ffffff;\">Read More>></a></span></span>");
		


//SET SCROLLER PAUSE
myScroller.setPause(4000); //set pause beteen msgs, in milliseconds

function runScroller() {
  var layer;
  var x,y;

  // Locate placeholder layer so we can use it to position the scrollers.
  layer = getLayer("placeholder");
  x = getPageLeft(layer);
  y = getPageTop(layer);

  // Create the first scroller and position it.
  myScroller.create();
  myScroller.hide();
  myScroller.moveTo(x, y);
  myScroller.setzIndex(100);
  myScroller.show();
}

window.onload=runScroller;
//-->
