Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
325 lines (313 sloc)
16.3 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> | |
| <title>FAIR Home Page</title> | |
| <!-- Cut-N-Paste JavaScript from ISN Toolbox | |
| Copyright 1996, Infohiway, Inc. Restricted use is hereby | |
| granted (commercial and personal OK) so long as this code | |
| is not *directly* sold and the copyright notice is buried | |
| somewhere deep in your HTML document. A link to our site | |
| http://www.infohiway.com is always appreciated of course, | |
| but is absolutely and positively not necessary. ;-) --> | |
| <script language="JavaScript"><!-- | |
| function initArray() { | |
| for(i=0;i<initArray.arguments.length; i++) | |
| this[i] = initArray.arguments[i]; | |
| } | |
| var isnMonths=new initArray("January","February","March","April","May","June","July","August","September","October","November","December"); | |
| var isnDays= new initArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"); | |
| today=new Date(); | |
| hrs=today.getHours(); | |
| min=today.getMinutes(); | |
| sec=today.getSeconds(); | |
| clckh=""+((hrs>12)?hrs-12:hrs); | |
| clckm=((min<10)?"0":"")+min; | |
| clcks=((sec<10)?"0":"")+sec; | |
| clck=(hrs>=12)?"p.m.":"a.m."; | |
| var stnr=""; | |
| var ns="0123456789"; | |
| var a=""; | |
| // --> | |
| </script> | |
| <csactions> | |
| <csaction name="B3718BEE21" class="Set Image URL" type="ONEVENT" val0="textimg" val1="hp_img/hp_mid_roll2.gif"> | |
| <csaction name="B3718BEE23" class="Set Image URL" type="ONEVENT" val0="textimg" val1="hp_img/hp_mid_roll1.gif"> | |
| <csaction name="B3718BEE24" class="Set Image URL" type="ONEVENT" val0="textimg" val1="hp_img/hp_mid_roll0.gif"> | |
| <csaction name="B371F13B0" class="Set Image URL" type="ONEVENT" val0="textimg" val1="hp_img/hp_mid_roll3.gif"> | |
| </csactions> | |
| <csscriptdict> | |
| <script><!-- | |
| CSStopExecution = false; | |
| CSInit = new Array; | |
| function CSScriptInit() { | |
| idxArray = new Array; | |
| for(var i=0;i<CSInit.length;i++) | |
| idxArray[i] = i; | |
| CSAction2(CSInit, idxArray); | |
| } | |
| CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); | |
| function IsIE() { return CSAg.indexOf("MSIE") > 0;} | |
| function CSIEStyl(s) { return document.all.tags("div")[s].style; } | |
| function CSNSStyl(s) { return CSFindElement(s,0); } | |
| function CSFindElement(n,ly) { if (CSBVers < 4) return document[n]; | |
| var curDoc = ly ? ly.document : document; var elem = curDoc[n]; | |
| if (!elem) { for (var i=0;i<curDoc.layers.length;i++) { | |
| elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }} | |
| return elem; | |
| } | |
| function CSButtonReturn () { | |
| var bAgent = window.navigator.userAgent; | |
| var bAppName = window.navigator.appName; | |
| if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) | |
| return false; // follow link | |
| else return true; // follow link | |
| } | |
| CSIm = new Object(); | |
| function CSIShow(n,i) { | |
| if (document.images) { | |
| if (CSIm[n]) { | |
| var img = (!IsIE()) ? CSFindElement(n,0) : document[n]; | |
| if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;} | |
| if(i != 0) | |
| self.status = CSIm[n][3]; | |
| else | |
| self.status = " "; | |
| return true; | |
| } | |
| } | |
| return false; | |
| } | |
| function CSILoad(action) { | |
| im = action[1]; | |
| if (document.images) { | |
| CSIm[im] = new Object(); | |
| for (var i=2;i<5;i++) { | |
| if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; } | |
| else CSIm[im][i-2] = 0; | |
| } | |
| CSIm[im][3] = action[5]; | |
| } | |
| } | |
| CSStopExecution = false; | |
| function CSAction(array) { | |
| return CSAction2(CSAct, array); | |
| } | |
| function CSAction2(fct, array) { | |
| var result; | |
| for (var i=0;i<array.length;i++) { | |
| if(CSStopExecution) return false; | |
| var actArray = fct[array[i]]; | |
| var tempArray = new Array; | |
| for(var j=1;j<actArray.length;j++) { | |
| if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) { | |
| if(actArray[j][0] == "VAR") { | |
| tempArray[j] = CSStateArray[actArray[j][1]]; | |
| } | |
| else { | |
| if(actArray[j][0] == "ACT") { | |
| tempArray[j] = CSAction(new Array(new String(actArray[j][1]))); | |
| } | |
| else | |
| tempArray[j] = actArray[j]; | |
| } | |
| } | |
| else | |
| tempArray[j] = actArray[j]; | |
| } | |
| result = actArray[0](tempArray); | |
| } | |
| return result; | |
| } | |
| CSAct = new Object; | |
| function CSSetImageURL(action) { | |
| var img = null; | |
| if (document.images) { | |
| if (!IsIE()) img = CSFindElement(action[1],0); | |
| else img = document.images[action[1]]; | |
| if (img) img.src = action[2]; | |
| } | |
| } | |
| // --></script> | |
| </csscriptdict> | |
| <csactiondict> | |
| <script><!-- | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button',/*URL*/'hp_img/l1_off.gif',/*URL*/'hp_img/l1_on.gif',/*URL*/'',''); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button2',/*URL*/'hp_img/l2_off.gif',/*URL*/'hp_img/l2_on.gif',/*URL*/'',''); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button3',/*URL*/'hp_img/l3_off.gif',/*URL*/'hp_img/l3_on.gif',/*URL*/'',''); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button4',/*URL*/'hp_img/l4_off.gif',/*URL*/'hp_img/l4_on.gif',/*URL*/'',''); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button5',/*URL*/'hp_img/l5_off.gif',/*URL*/'hp_img/l5_on.gif',/*URL*/'',''); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button6',/*URL*/'hp_img/l6_off.gif',/*URL*/'hp_img/l6_on.gif',/*URL*/'',''); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button7',/*URL*/'hp_img/l7_off.gif',/*URL*/'hp_img/l7_on.gif',/*URL*/'',''); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button8',/*URL*/'hp_img/l8_off.gif',/*URL*/'hp_img/l8_blue_on.gif',/*URL*/'hp_img/l8_red_on.gif',''); | |
| CSAct[/*CMP*/ 'B3718BEE21'] = new Array(CSSetImageURL,/*CMP*/ 'textimg',/*URL*/ 'hp_img/hp_mid_roll2.gif'); | |
| CSAct[/*CMP*/ 'B3718BEE23'] = new Array(CSSetImageURL,/*CMP*/ 'textimg',/*URL*/ 'hp_img/hp_mid_roll1.gif'); | |
| CSAct[/*CMP*/ 'B3718BEE24'] = new Array(CSSetImageURL,/*CMP*/ 'textimg',/*URL*/ 'hp_img/hp_mid_roll0.gif'); | |
| CSAct[/*CMP*/ 'B371F13B0'] = new Array(CSSetImageURL,/*CMP*/ 'textimg',/*URL*/ 'hp_img/hp_mid_roll3.gif'); | |
| // --></script> | |
| </csactiondict> | |
| </head> | |
| <body bgcolor="white" onload="CSScriptInit();"> | |
| <table border="0" cellpadding="0" cellspacing="0" width="594"> | |
| <tr> | |
| <td colspan="4" align="left"><img src="hp_img/hp_title.gif" vspace="5" width="134" height="41"> | |
| <font | |
| color="#0000FF">Merry Christmas from Analognet</font></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2" align="left" bgcolor="black"><img src="hp_img/hp_Fair_titlebar.gif" width="368" height="21"></td> | |
| <td width="7" bgcolor="#000066"><img src="hp_img/hp_Fair_titlebar_extension.gif" width="7" height="21"></td> | |
| <td width="253" bgcolor="#000066" align="right"><script language="JavaScript"><!-- | |
| // fixes a Netscape 2 and 3 bug | |
| function getFullYear(d) { // d is a date object | |
| yr = d.getYear(); | |
| if (yr < 1000) | |
| yr+=1900; | |
| return yr; | |
| } | |
| //document.write("<table width=25>"); // don't delete this line | |
| //document.write("<tr><td align = top><font color = ffffff>" | |
| //+(today.getMonth()+1)+"/"+today.getDate()+"/" | |
| //+(getFullYear(today)+"").substring(2,4)+"</TD></TR>"); | |
| //document.write("<font color = ffffff>" | |
| //+(today.getMonth()+1)+"/"+today.getDate()+"/" | |
| //+(getFullYear(today)+"").substring(2,4)+"</FONT>"); | |
| document.write("<font color = ffffff face = arial size = 2>" | |
| +isnMonths[today.getMonth()]+" "+today.getDate()+", " | |
| +getFullYear(today)+""); | |
| //document.write("</table>"); // don't delete this line | |
| // --> | |
| </script> </td> | |
| </tr> | |
| <tr> | |
| <td width="136" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="136"> | |
| <tr> | |
| <td width="136"><csobj w="136" h="37" t="Button" ht="hp_img/l1_on.gif"><a href="html/aboutus.html" | |
| onmouseover="return CSIShow(/*CMP*/'button',1)" | |
| onmouseout="return CSIShow(/*CMP*/'button',0)" onclick="return CSButtonReturn()"><img | |
| src="hp_img/l1_off.gif" name="button" border="0" width="136" height="37"></a></csobj></td> | |
| </tr> | |
| <tr> | |
| <td width="136"><csobj w="136" h="28" t="Button" ht="hp_img/l2_on.gif"><a href="html/activism.html" | |
| onmouseover="return CSIShow(/*CMP*/'button2',1)" | |
| onmouseout="return CSIShow(/*CMP*/'button2',0)" onclick="return CSButtonReturn()"><img | |
| src="hp_img/l2_off.gif" name="button2" border="0" width="136" height="28"></a></csobj></td> | |
| </tr> | |
| <tr> | |
| <td width="136"><csobj w="136" h="28" t="Button" ht="hp_img/l3_on.gif"><a href="html/membership.html" | |
| onmouseover="return CSIShow(/*CMP*/'button3',1)" | |
| onmouseout="return CSIShow(/*CMP*/'button3',0)" onclick="return CSButtonReturn()"><img | |
| src="hp_img/l3_off.gif" name="button3" border="0" width="136" height="28"></a></csobj></td> | |
| </tr> | |
| <tr> | |
| <td width="136"><csobj w="136" h="28" t="Button" ht="hp_img/l4_on.gif"><a href="html/research.html" | |
| onmouseover="return CSIShow(/*CMP*/'button4',1)" | |
| onmouseout="return CSIShow(/*CMP*/'button4',0)" onclick="return CSButtonReturn()"><img | |
| src="hp_img/l4_off.gif" name="button4" border="0" width="136" height="28"></a></csobj></td> | |
| </tr> | |
| <tr> | |
| <td width="136"><csobj w="136" h="28" t="Button" ht="hp_img/l5_on.gif"><a href="html/legislation.html" | |
| onmouseover="return CSIShow(/*CMP*/'button5',1)" | |
| onmouseout="return CSIShow(/*CMP*/'button5',0)" onclick="return CSButtonReturn()"><img | |
| src="hp_img/l5_off.gif" name="button5" border="0" width="136" height="28"></a></csobj></td> | |
| </tr> | |
| <tr> | |
| <td width="136"><csobj w="136" h="28" t="Button" ht="hp_img/l6_on.gif"><a href="html/issues.html" | |
| onmouseover="return CSIShow(/*CMP*/'button6',1)" | |
| onmouseout="return CSIShow(/*CMP*/'button6',0)" onclick="return CSButtonReturn()"><img | |
| src="hp_img/l6_off.gif" name="button6" border="0" width="136" height="28"></a></csobj></td> | |
| </tr> | |
| <tr> | |
| <td width="136"><csobj w="136" h="28" t="Button" ht="hp_img/l7_on.gif"><a href="html/newsroom.html" | |
| onmouseover="return CSIShow(/*CMP*/'button7',1)" | |
| onmouseout="return CSIShow(/*CMP*/'button7',0)" onclick="return CSButtonReturn()"><img | |
| src="hp_img/l7_off.gif" name="button7" border="0" width="136" height="28"></a></csobj></td> | |
| </tr> | |
| <tr> | |
| <td width="136"><csobj w="136" h="69" t="Button" ht="hp_img/l8_blue_on.gif" cl="hp_img/l8_red_on.gif"><a href="html/stein/index.html" | |
| onmouseover="return CSIShow(/*CMP*/'button8',1)" | |
| onmouseout="return CSIShow(/*CMP*/'button8',0)" | |
| onclick="CSIShow(/*CMP*/'button8',2);return CSButtonReturn()"><img src="hp_img/l8_off.gif" | |
| name="button8" border="0" width="136" height="69"></a></csobj></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="233" valign="top"><img src="hp_img/hp_mid_roll0.gif" name="textimg" width="233" height="223"></td> | |
| <td colspan="2" valign="top" align="left"><!--webbot bot="ImageMap" | |
| rectangle="(1,113) (174,189) html/issues.html" | |
| rectangle="(2,75) (175,112) html/issues.html" rectangle="(2,41) (178,74) html/issues.html" | |
| src="hp_img/hp_mid_right2.gif" border="0" startspan --><MAP NAME="FrontPageMap"><AREA SHAPE="RECT" COORDS="1, 113, 174, 189" HREF="html/issues.html"><AREA SHAPE="RECT" COORDS="2, 75, 175, 112" HREF="html/issues.html"><AREA SHAPE="RECT" COORDS="2, 41, 178, 74" HREF="html/issues.html"></MAP><a href="_vti_bin/shtml.dll/index.html/map"><img src="hp_img/hp_mid_right2.gif" border="0" ismap width="260" height="203" usemap="#FrontPageMap"></a><!--webbot bot="ImageMap" endspan i-checksum="17693" --></td> | |
| </tr> | |
| <tr> | |
| <td width="136" align="right" bgcolor="#cccc66"><!--webbot bot="ImageMap" | |
| rectangle="(35,0) (133,17) html/whatsnew.html" src="hp_img/hp_whatsnew_left.gif" | |
| border="0" startspan --><MAP NAME="FrontPageMap1"><AREA SHAPE="RECT" COORDS="35, 0, 133, 17" HREF="html/whatsnew.html"></MAP><a href="_vti_bin/shtml.dll/index.html/map1"><img src="hp_img/hp_whatsnew_left.gif" border="0" ismap width="136" height="21" usemap="#FrontPageMap1"></a><!--webbot bot="ImageMap" endspan i-checksum="63953" --></td> | |
| <td width="233" valign="middle"> | |
| <applet code="texttransporter.class" width="233" height="21"> | |
| <param name="AUTHOR" value="Virtual_Max (http://come.to/vmax)"> | |
| <param name="BGCOLOR" value="ffffff"> | |
| <param name="BGIMAGE" value="hp_img/hp_ticker_bkgrnd.gif"> | |
| <param name="TEXT0" | |
| value="|FONT=Arial COLOR=000000 SIZE=10 STYLE=1 ALIGN=Center MOVE=90| FAIR Hot News Updates"> | |
| <param name="TEXT1" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/promotions.cfm MOVE=90| Read our Ad in Audubon?"> | |
| <param name="TEXT2" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/promotions.cfm MOVE=90| Click Here for Info!"> | |
| <param name="TEXT3" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=270| Stein Report 12/17"> | |
| <param name="TEXT4" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=90| SUSPECTED TERRORIST "> | |
| <param name="TEXT5" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=90| CAUGHT AT BORDER; "> | |
| <param name="TEXT6" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=90| CUBAN HOSTAGES UPDATE; "> | |
| <param name="TEXT7" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=90| BUCHANAN: PUNISH ROGUE "> | |
| <param name="TEXT8" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=90| STATES WITH VISA BAN "> | |
| <param name="TEXT9" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=90| CUBA TUG OF WAR - "> | |
| <param name="TEXT9" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=90| ELIAN BECOMES FOOTBALL "> | |
| <param name="TEXT10" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/stein/index.html MOVE=90| IN NY SENATE RACE;"> | |
| <param name="TEXT11" | |
| value="|FONT=Arial COLOR=660000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/membership.html MOVE=90| Want to become a member?"> | |
| <param name="TEXT12" | |
| value="|FONT=Arial COLOR=000066 SIZE=10 STYLE=1 ALIGN=Center LINK=html/membership.html MOVE=90| Click here now......."> | |
| <param name="TEXT13" | |
| value="|FONT=Arial COLOR=000000 SIZE=10 STYLE=1 ALIGN=Center LINK=html/whatsnew.html MOVE=90| Check back often for new updates!"> | |
| </applet> | |
| </td> | |
| <td colspan="2" valign="top" bgcolor="#336633"></td> | |
| </tr> | |
| <tr> | |
| <td colspan="4" align="center" bgcolor="white"><br> | |
| If you are visiting because of our ads in <i>Audubon</i>, <i>Newsweek</i>, <i>Forbes</i>, | |
| or the <i>Economist</i> and would like more information click <a | |
| href="html/promotions.cfm">here</a> </td> | |
| </tr> | |
| <tr> | |
| <td colspan="4" align="center" bgcolor="white"><!--webbot bot="ImageMap" | |
| rectangle="(57,0) (121,16) html/contactus.cfm" | |
| rectangle="(136,0) (217,16) html/stateprofiles.html" | |
| rectangle="(372,1) (445,15) html/publications.html" | |
| rectangle="(458,0) (494,16) html/links.html" | |
| rectangle="(226,0) (364,16) html/immigrhistory.html" | |
| rectangle=" (-8,-2) (47,15) html/search.html" src="hp_img/hp_submenu.gif" vspace="7" | |
| border="0" startspan --><MAP NAME="FrontPageMap2"><AREA SHAPE="RECT" COORDS="57, 0, 121, 16" HREF="html/contactus.cfm"><AREA SHAPE="RECT" COORDS="136, 0, 217, 16" HREF="html/stateprofiles.html"><AREA SHAPE="RECT" COORDS="372, 1, 445, 15" HREF="html/publications.html"><AREA SHAPE="RECT" COORDS="458, 0, 494, 16" HREF="html/links.html"><AREA SHAPE="RECT" COORDS="226, 0, 364, 16" HREF="html/immigrhistory.html"><AREA SHAPE="RECT" COORDS="-8, -2, 47, 15" HREF="html/search.html"></MAP><a href="_vti_bin/shtml.dll/index.html/map2"><img src="hp_img/hp_submenu.gif" vspace="7" border="0" ismap width="494" height="15" usemap="#FrontPageMap2"></a><!--webbot bot="ImageMap" endspan i-checksum="55559" --></td> | |
| </tr> | |
| <tr> | |
| <td align="center" bgcolor="white" colspan="4"><br> | |
| <font color="#666666" size="2">The Federation for American Immigration Reform<br> | |
| 1666 Connecticut Avenue NW<br> | |
| Washington D.C. 20009<br> | |
| Tel: (202) 328-7004<br> | |
| Fax: (202) 387-3447<br> | |
| E-Mail:</font><font size="2"> </font><a href="mailto:%20info@fairus.org"><font | |
| color="#336699" size="2">info@fairus.org</font></a></td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |