top.location.href = 'http://www.whistleblowers.com'; function writeFooter() { var footer = '

' footer += 'About the firm | ' footer += 'The False Claims Act | ' footer += 'Whistleblower\'s reward | ' footer += 'Have a case?' footer += '
' footer += 'Whistleblowers\' stories | ' footer += 'Resources | ' footer += 'What\'s new' footer += '

' footer += '© 1999-2003 Phillips & Cohen. All rights reserved
' footer += 'Credits
' return footer; } function lastModDate() { var DOWArray = new initArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"); var MOYArray = new initArray("January","February","March","April","May","June","July","August","September","October","November","December"); var LastModDate = new Date(document.lastModified); var day = DOWArray[(LastModDate.getDay()+1)]; var mon = MOYArray[(LastModDate.getMonth()+1)]; if (LastModDate.getYear().toString().length != 4) { if (LastModDate.getYear() == 0) { year = LastModDate.getYear() + 2000; } if (LastModDate.getYear() == 100) { year = LastModDate.getYear() + 1900; } } else { year = LastModDate.getYear(); } return ("Last updated " + day + " " + mon + " " + LastModDate.getDate() + ", " + year + "."); } function initArray() { this.length = initArray.arguments.length; for (var i = 0; i < this.length; i++) { this[i+1] = initArray.arguments[i]; } }