//<!--
var myScroller = new Scroller(0, 0, 246, 75, 0, 1);
myScroller.setColors("transparent");
myScroller.setFont("Arial", "1");
		
		
		myScroller.addItem("<span class=\"scroll\"><b>CASE LAW ALERT U.S. SUPREME COURT AND SECOND CIRCUIT DECISIONS FOR MAY AND JUNE, 2008</b></span>");
		myScroller.addItem("<span class=\"scroll\"><b>Farragher Defense Unavailing in Title VII Case, Bailey v. USF Holland, Inc., 2008 U.S. App. LEXIS 10518 (6th Cir.2008):</b>Judgment was affirmed for two plaintiffs in a racial harassment case brought under Title VII and the Tennessee Human Rights Act....<a href=\"employmentalerts.html\" class=\"scroll\"> <i><u>read more</u></i></a></span>");
		myScroller.addItem("<span class=\"scroll\"><b>Curry v. Allan S. Goodman, Inc., SC 18025 – Argued January 10, released April 15, 2008:</b> The Connecticut Supreme Court, in Curry v. Allan S. Goodman, Inc., recently reversed a summary judgment decision in favor of the employer defendant....<a href=\"employmentalerts.html\" class=\"scroll\"> <i><u>read more</u></i></a></span>");
		myScroller.addItem("<span class=\"scroll\"><b>Thompson v. North American Stainless, LP, 520 F.3d 644</b> Appellant was fired shortly after his fiancé filed a gender discrimination charge with the EEOC against their mutual employer....<a href=\"employmentalerts.html\" class=\"scroll\"> <i><u>read more</u></i></a></span>");
		myScroller.addItem("<span class=\"scroll\"><b>Lorah v. Tetra Tech, Inc., 541 F.Supp.2d 629</b> Plaintiff filed charges against defendant, alleging employment discrimination in violation of Title VII and the ADA... <a href=\"employmentalerts.html\" class=\"scroll\"> <i><u>read more</u></i></a></span>");
		myScroller.addItem("<span class=\"scroll\"><b>Cintas Corporation v. Perry, 517 F.3d 459</b> Plaintiff employer filed suit, alleging that a former employee violated non-competition, non-solicitation, and non-disclosure provisions of his employment agreement when he left his job to work for...<a href=\"employmentalerts.html\" class=\"scroll\"> <i><u>read more</u></i></a></span>");
		myScroller.addItem("<span class=\"scroll\"><b>Brotherhood of Locomotive Engineers & Trainmen v. CSX Transportation, Inc., 522 F.3d 1190</b> A union successfully challenged a member’s dismissal, but waited more than two years to file a petition for enforcement for payment....<a href=\"employmentalerts.html\" class=\"scroll\"> <i><u>read more</u></i></a></span>");
		myScroller.addItem("<span class=\"scroll\"><b>Holcomb v. Iona College, 521 F. 3d 130</b> Plaintiff, a white man married to a black woman, was fired, along with a black employee when the basketball team that they were Associate Head Coach and Assistant Coach for....<a href=\"employmentalerts.html\" class=\"scroll\"> <i><u>read more</u></i></a></span>");
		
		
//SET SCROLLER PAUSE
myScroller.setPause(9000); //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;
//-->
