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.
197 lines (184 sloc)
6.66 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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <!-- saved from url=(0019)http://www.s11.org/ --> | |
| <HTML><HEAD><TITLE>S11 melbourne</TITLE> | |
| <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> | |
| <META name=description | |
| CONTENTS="S-11 peaceful protests at the World Economic Forum at Crown Casino in Melbourne September 11-13 2000, global justice is coming!"> | |
| <META | |
| content="world economic forum, economic, global, multinationals, crown casino, protest, rally, carnival, wto, september, s11 allience, globilization, corporate, power, direct action, foe, solialist, ngo, justice, human rights, labour rights, trade, activist, politicial, Melbourne, community" | |
| name=keywords> | |
| <SCRIPT language=javascript> | |
| <!-- Countdown in Java Script .. Cameron Gregory http://www.bloke.com/ | |
| // permission to use and modify as long as you leave these 4 comment | |
| // lines in tact and unmodified. | |
| // http://www.bloke.com/javascript/Countdown/ | |
| speed=1000; | |
| len=40; | |
| tid = 0; | |
| num=0; | |
| clockA = new Array(); | |
| timeA = new Array(); | |
| formatA = new Array(); | |
| dd = new Date(); | |
| var d,x; | |
| function doDate(x) | |
| { | |
| for (i=0;i<num;i++) { | |
| dt = new Date(); | |
| if (timeA[i] != 0) { | |
| v1 = Math.round(( timeA[i] - dt )/1000) ; | |
| if (v1 < 0) | |
| clockA[i].date.value = "**BANG!**"; | |
| if (formatA[i] == 1) | |
| clockA[i].date.value = v1; | |
| else if (formatA[i] ==2) { | |
| sec = v1%60; | |
| v1 = Math.floor( v1/60); | |
| min = v1 %60 ; | |
| hour = Math.floor(v1 / 60); | |
| if (sec < 10 ) sec = "0"+sec; | |
| if (min < 10 ) min = "0"+min; | |
| clockA[i].date.value = hour+"h "+min+"m "+sec+"s"; | |
| } | |
| else if (formatA[i] ==3) { | |
| sec = v1%60; | |
| v1 = Math.floor( v1/60); | |
| min = v1 %60 ; | |
| v1 = Math.floor(v1 / 60); | |
| hour = v1 %24 ; | |
| day = Math.floor(v1 / 24); | |
| if (sec < 10 ) sec = "0"+sec; | |
| if (min < 10 ) min = "0"+min; | |
| if (hour < 10 ) hour = "0"+hour; | |
| clockA[i].date.value = day+"d "+hour+"h "+min+"m "+sec+"s"; | |
| } | |
| else if (formatA[i] ==4 ) { | |
| sec = v1%60; | |
| v1 = Math.floor( v1/60); | |
| min = v1 %60 ; | |
| v1 = Math.floor(v1 / 60); | |
| hour = v1 %24 ; | |
| day = Math.floor(v1 / 24); | |
| clockA[i].date.value = day+(day==1?"day ":"days ")+hour+(hour==1?"hour ":"hours ")+min+(min==1?"min ":"mins ")+sec+(sec==1?"sec ":"secs ") | |
| } | |
| else | |
| clockA[i].date.value = "Invalid Format spec"; | |
| } | |
| else | |
| clockA[i].date.value = "Countdown till when?"; | |
| } | |
| tid=window.setTimeout("doDate()",speed); | |
| } | |
| function start(d,x,format) { | |
| clockA[num] = x | |
| timeA[num] = new Date(d); | |
| formatA[num] = format; | |
| //window.alert(timeA[num]+":"+d); | |
| if (num == 0) | |
| tid=window.setTimeout("doDate()",speed); | |
| num++; | |
| } | |
| function CountdownLong(t,format,len) | |
| { | |
| document.write('<FORM name=form'+num+'><input name=date size=') | |
| document.write(len) | |
| document.write(' value="Countdown: Requires Javascript"></FORM>') | |
| start(t,document.forms["form"+num],format); | |
| } | |
| function Countdown2001seconds() | |
| { | |
| CountdownLong("January 01, 2001 00:00:00",1,8); | |
| } | |
| function Countdown2001() | |
| { | |
| //CountdownLong("January 01, 2000 00:00:00",3,20); | |
| CountdownLong("January 01, 2001 00:00:00",4,30); | |
| } | |
| function Countdown(t) | |
| { | |
| CountdownLong(t,4,30); | |
| } | |
| // end--> | |
| </SCRIPT> | |
| <SCRIPT language=JavaScript> | |
| <!-- | |
| function MM_preloadImages() { //v1.2 | |
| if (document.images) { | |
| var imgFiles = MM_preloadImages.arguments; | |
| var preloadArray = new Array(); | |
| for (var i=0; i<imgFiles.length; i++) { | |
| preloadArray[i] = new Image; | |
| preloadArray[i].src = imgFiles[i]; | |
| } | |
| } | |
| } | |
| function MM_swapImage() { //v1.2 | |
| var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData; | |
| for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) { | |
| objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1]; | |
| if ((objStr.indexOf('document.layers[')==0 && document.layers==null) || | |
| (objStr.indexOf('document.all[') ==0 && document.all ==null)) | |
| objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length); | |
| obj = eval(objStr); | |
| if (obj != null) { | |
| swapArray[j++] = obj; | |
| swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j]; | |
| obj.src = MM_swapImage.arguments[i+2]; | |
| } } | |
| document.MM_swapImgData = swapArray; //used for restore | |
| } | |
| //--> | |
| </SCRIPT> | |
| <SCRIPT language=JavaScript> | |
| <!-- | |
| function MM_swapImgRestore() { //v1.2 | |
| if (document.MM_swapImgData != null) | |
| for (var i=0; i<(document.MM_swapImgData.length-1); i+=2) | |
| document.MM_swapImgData[i].src = document.MM_swapImgData[i+1]; | |
| } | |
| //--> | |
| </SCRIPT> | |
| <META content="MSHTML 5.00.3017.1000" name=GENERATOR></HEAD> | |
| <BODY aLink=#ff0000 bgColor=#0066cc link=#0066cc vLink=#ffffff><!-- #BeginBehavior MM_swapImage2 --> | |
| <SCRIPT language=JavaScript> | |
| <!-- | |
| MM_preloadImages('images/splash/14_enter_on.gif'); | |
| //--> | |
| </SCRIPT> | |
| <!-- #EndBehavior MM_swapImage2 --><!-- #BeginBehavior MM_swapImage1 --> | |
| <SCRIPT language=JavaScript> | |
| <!-- | |
| MM_preloadImages('images/front_tower/9enter_on.gif'); | |
| //--> | |
| </SCRIPT> | |
| <!-- #EndBehavior MM_swapImage1 --> | |
| <TABLE align=center border=0 width=605> | |
| <TBODY> | |
| <TR> | |
| <TD height=352><IMG height=27 src="1.jpg" width=171><BR><IMG | |
| height=15 src="2a_new.jpg" width=171><IMG height=15 | |
| src="2b_new.gif" width=376><BR><IMG | |
| alt="s11 protest da world economic forum - melboune september 11 2000" | |
| height=23 src="3loop.gif" width=547><IMG height=23 | |
| src="4.gif" width=5><BR><IMG height=5 src="5a.jpg" | |
| width=552><BR><IMG height=43 src="5b.jpg" width=133><IMG | |
| height=43 src="5c.gif" width=282><BR><IMG height=18 | |
| src="6.jpg" width=132><IMG height=18 src="7.gif" | |
| width=352><BR><IMG height=60 src="8.jpg" width=290><BR><IMG | |
| height=80 src="9.jpg" width=320><BR><IMG height=43 | |
| src="10.jpg" width=311><IMG height=43 src="11.gif" | |
| width=137><BR><IMG height=18 src="12.gif" width=448><BR><IMG | |
| height=23 src="13.gif" width=448><A | |
| href="http://www.s11.org/s11.html" onmouseout=MM_swapImgRestore() | |
| onmouseover="MM_swapImage('document.enter','document.enter','images/splash/14_enter_on.gif','MM_swapImage2')"><IMG | |
| border=0 height=23 name=enter src="14_enter_off.gif" | |
| width=144></A> <BR><BR> | |
| <SCRIPT language=JavaScript> | |
| // when I'll turn 100, causing my own y1c problems. | |
| Countdown("September 11, 2000 09:00:00"); | |
| </SCRIPT> | |
| <FONT color=#0067cb face="Verdana, Arial, Helvetica, sans-serif" | |
| size=1>s11 shutdown the world economic forum -</FONT> <A | |
| href="http://www.s11.org/s11.html"><FONT color=#ffffff | |
| face="Verdana, Arial, Helvetica, sans-serif" size=1>quick | |
| re-entry</FONT></A></TD></TR></TBODY></TABLE></BODY></HTML> |