<HTML>
<HEAD>
<TITLE>Welcome to WARMUP</TITLE>

<SCRIPT LANGUAGE="JavaScript">
<!--

function openWin(urlVal) {
	window.open(urlVal,"NewWindow","scrollbars=yes,resizable=yes,toolbar=yes,width=640,height=480");
}


vers = navigator.appVersion;

vers = parseFloat(vers.substring(vers.lastIndexOf(".")-1,vers.length));

browser=navigator.appName + " " + vers;
aniFlag=0;
barStart = -600;
barX =barStart;
barY =198;
locX=5;
locY=38;
var isn1=null;
var isn2=false;
selectMenu="scheduleLayer";
pressView=1;
barLoadFlag=0;
listenCount=1;
aniTimer=0;

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages(id, newSrc) {
    var theImage = FWFindImage(document, id, 0);
    if (theImage) {
        theImage.src = newSrc;
    }
}



/* Functions that track and set toggle group button states. */

function FWFindImage(doc, name, j) {
    var theImage = false;
    if (doc.images) {
        theImage = doc.images[name];
    }
    if (theImage) {
        return theImage;
    }
    if (doc.layers) {
        for (j = 0; j < doc.layers.length; j++) {
            theImage = FWFindImage(doc.layers[j].document, name, 0);
            if (theImage) {
                return (theImage);
            }
        }
    }
    return (false);
}


var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		logoover = newImage("images/logo-over.gif");
		listenval = newImage("images/listen.gif");
		listenover = newImage("images/listen-over.gif");
		scrollupval = newImage("images/scrollup.gif");
		scrollupover = newImage("images/scrollup-over.gif");
		scheduleover = newImage("images/schedule-over.gif");
		scheduleval = newImage("images/schedule.gif");
		archiveover = newImage("images/archive-over.gif");
		archiveval = newImage("images/archive.gif");
		helpover = newImage("images/help-over.gif");
		helpval = newImage("images/help.gif");
		passover = newImage("images/pass-over.gif");
		passval  = newImage("images/pass.gif");
		scrolldownover = newImage("images/scrolldown-over.gif");
		scroll_down = newImage("images/scrolldown.gif");
		barimage = newImage("images/back.jpg");
		listen1Val = newImage("images/listen1.gif");
		listen2Val = newImage("images/listen2.gif");
		listen3Val = newImage("images/listen3.gif");
		listen4Val = newImage("images/listen4.gif");
		listen5Val = newImage("images/listen5.gif");
		listen6Val = newImage("images/listen6.gif");
		listen7Val = newImage("images/listen7.gif");
		preloadFlag = true;
	}
}


function init(){
	if (vers >= 4){
		if (navigator.appName == "Netscape") {
			layerStyleRef="layer.";
			layerRef="document.layers";
			styleSwitch="";
		} else {
			layerStyleRef="layer.style.";
			layerRef="document.all";
			styleSwitch=".style";
		}
	}
}

function showLayer(layerName){
	eval(layerRef+'["'+layerName+'"]'+styleSwitch).visibility="visible";
	eval(layerRef+'["'+layerName+'"].document.images[0]');
}

function hideLayer(layerName){
	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
}



function moveLayerTo(layerName,left,top){
	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top=top');
	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.left=left');
}

function stopit(){
	if(isn2){
		clearTimeout(isn1);
	}
	isn2 = false;
}

function startit(){
	stopit();
	isnclock();
}

function isnclock(){
	if (preloadFlag == true & barLoadFlag==0 ){
		showLayer("barLayer"); barLoadFlag=1;
	}

	if (listenCount>0 ){
		aniTimer=aniTimer+1;
		if (aniTimer>5){
			listenCount= listenCount+1;
			if (listenCount>7){
				listenCount=1;
			}
			changeImages('listen',  'images/listen'+listenCount +'.gif');
			aniTimer=0
		}
	}

	barX = barX+5;
	if (barX>640) {
		barX=barStart;
	}
	moveLayerTo("barLayer", barX,barY);

	if (aniFlag<0 ){
		locY=locY-8;
		aniFlag=aniFlag+1;
		moveLayerTo(selectMenu, locX,locY);
	}

	if (aniFlag>0 ){
		locY=locY+8;
		aniFlag=aniFlag-1;
		if (locY>38){
			locY=38; aniFlag=0;
		}
		moveLayerTo(selectMenu, locX,locY);
	}

	isn1=setTimeout("isnclock()",1);
	isn2=true;
}

function clearLayers(){
   changeImages('schedule', 'images/schedule.gif');
   changeImages( 'archive', 'images/archive.gif');
   changeImages( 'help', 'images/help.gif');
   changeImages( 'pass', 'images/pass.gif');
   hideLayer("scheduleLayer");
   hideLayer("archiveLayer");
   hideLayer("helpLayer");
   hideLayer("pressLayer");
   hideLayer("passLayer");
}

function selectState(selectVal){

 if (selectVal==1){
   clearLayers();
   changeImages('schedule', 'images/schedule-over.gif');
   selectMenu="scheduleLayer";
   showLayer("scheduleLayer");
   locY=38;
   moveLayerTo(selectMenu, locX,locY);
  }

  if (selectVal==2){
   clearLayers();
   changeImages( 'archive', 'images/archive-over.gif');
   selectMenu="archiveLayer";
   showLayer("archiveLayer");
   locY=38;
   moveLayerTo(selectMenu, locX,locY);
  }

  if (selectVal==3){
   clearLayers();
   changeImages( 'help', 'images/help-over.gif');
   selectMenu="helpLayer";
   showLayer("helpLayer");
   locY=38;
   moveLayerTo(selectMenu, locX,locY);
  }

  if (selectVal==4){
   clearLayers();
   selectMenu="pressLayer";
   showLayer("pressLayer");
   locY=38;
   moveLayerTo(selectMenu, locX,locY);
  }

  if (selectVal==6){
   clearLayers();
   changeImages( 'pass', 'images/pass-over.gif ');
   selectMenu="passLayer";
   showLayer("passLayer");
   locY=38;
   moveLayerTo(selectMenu, locX,locY);
  }


  if (selectVal==5){
    if (pressView==0){
      showLayer("high1Layer");
      pressView=1;
    } else {
    hideLayer("high1Layer");
    pressView=0;
    }
  }

}


 function setValue(dir){
	if (dir == "up" ) {
     aniFlag=10
   }
	if (dir == "down") {
     aniFlag=-10
   }
}


// -->
</SCRIPT>
<!------------------------------------------------------------------------------->



<!------------------------------------------------------------------------------->
<style type="text/css">
	<!--
	#mainLayer     { position: absolute; z-index: 5; top:  -1px; left:  0px; visibility: visible }
	#barLayer      { position: absolute; z-index: 2; top:198px; left: -600px; visibility: hidden }
	#blockLayer    { position: absolute; z-index: 3; top:33px; left:  1 px; visibility: visible }
	#blockLayer2   { position: absolute; z-index: 3; top:33px; left:  279 px; visibility: visible }
	#scheduleLayer  { position: absolute; z-index: 6; top:38px; left:  5 px; visibility: visible }
	#archiveLayer  { position: absolute; z-index:  6; top:38px; left:  5 px; visibility: hidden }
	#passLayer  { position: absolute; z-index:  6; top:38px; left:  5 px; visibility: hidden }
	#pressLayer  { position: absolute; z-index: 6; top:38px; left:  5 px; visibility: hidden }
	#helpLayer  { position: absolute; z-index: 6; top:38px; left:  5 px; visibility: hidden }
	#high1Layer   { position: absolute; z-index: 6; top: 6 px; left: 295 px; visibility: visible }
	#top1Layer   { position: absolute; z-index: 7; top: 0 px; left: 0 px; visibility: visible }
	#top2Layer   { position: absolute; z-index: 7; top: 449 px; left: 0 px; visibility: visible }
	-->
</style>
<!------------------------------------------------------------------------------->
</HEAD>

<!------------------------------------------------------------------------------->
<!------------------------------------------------------------------------------->
<!------------------------------------------------------------------------------->

<BODY BGCOLOR=#ffffff topmargin="0" marginheight="0" marginwidth="0" leftmargin="0" ONLOAD="preloadImages();init();startit();">
<br>
<!-- main -->

<div id="top1Layer">
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width = 279 height= 32><tr><td>
<A HREF="javascript:setValue('up');"
			   ONMOUSEOVER="changeImages('scrollup', 'images/scrollup-over.gif'); return true;"
			   ONMOUSEOUT="changeImages('scrollup', 'images/scrollup.gif'); return true;"><IMG NAME="scrollup" SRC="images/scrollup.gif" WIDTH=32 HEIGHT=32 BORDER=0></a></td><td><IMG SRC="images/title.gif" WIDTH=247 HEIGHT=32></td></tr>
</table>
</div>

	<div id="top2Layer">
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width = 279 height= 31><tr><td>
	<A HREF="javascript:setValue('down');"
			   ONMOUSEOVER="changeImages( 'scrolldown', 'images/scrolldown-over.gif'); return true;"
			   ONMOUSEOUT="changeImages( 'scrolldown', 'images/scrolldown.gif'); return true;">
				<IMG NAME="scrolldown" SRC="images/scrolldown.gif" WIDTH=29 HEIGHT=31 BORDER=0></A></TD><TD ><IMG SRC="images/footer.gif" WIDTH=250 HEIGHT=31></TD></TR>
</table>
</div>

	<div id="mainLayer">
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=28 HEIGHT=1></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=3 HEIGHT=1></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=247 HEIGHT=1></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=119 HEIGHT=1></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=110 HEIGHT=1></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=60 HEIGHT=1></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=72 HEIGHT=1></TD>
		<TD></TD>
	</TR>
	<TR>
		<TD COLSPAN=3>
		<IMG  SRC="images/scrollup.gif" WIDTH=32 HEIGHT=32 BORDER=0></TD>
		<TD>
			<IMG SRC="images/title.gif" WIDTH=247 HEIGHT=32></TD>
		<TD COLSPAN=3>
			<IMG SRC="images/header2.gif" WIDTH=289 HEIGHT=32></TD>
		<TD ROWSPAN=2>
			<A HREF="javascript:selectState(5);"
			   ONMOUSEOVER="changeImages('logo', 'images/logo-over.gif'); return true;"
			   ONMOUSEOUT="changeImages('logo', 'images/logo.gif'); return true;">
				<IMG NAME="logo" SRC="images/logo.gif" WIDTH=72 HEIGHT=55 BORDER=0></A></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=32></TD>
	</TR>
	<TR>
		<TD ROWSPAN=9>
			<IMG SRC="images/main_05.gif" WIDTH=1 HEIGHT=417></TD>
		<TD COLSPAN=3 ROWSPAN=9>
			<IMG SRC="images/spacer.gif" WIDTH=278 HEIGHT=417></TD>
		<TD COLSPAN=3 ROWSPAN=2>
			<IMG SRC="images/spacer.gif" WIDTH=289 HEIGHT=121></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=23></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="images/main_08.gif" WIDTH=72 HEIGHT=98></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=98></TD>
	</TR>
	<TR>
		<TD ROWSPAN=3>










<!-- *****************************  CHANGE THE STREAM HERE!   *************************** -->

<!-- the first link should be active after the show is done recording;  -->
<!-- the second link should be active while the show is being recorded live -->



<!-- *****  recorded stream link  ***** -->

<A HREF="http://love.str3am.com/wps1/2003-08-30_g.m3u" ONMOUSEOVER="changeImages('listen', 'images/listen-over.gif');listenCount=0; return true;" ONMOUSEOUT="changeImages('listen', 'images/listen1.gif');listenCount=1; return true;">


<!-- *****  live stream link  ***** -->
<!--
<A HREF="http://live.str3am.com:2810/listen.pls" ONMOUSEOVER="changeImages('listen', 'images/listen-over.gif');listenCount=0; return true;" ONMOUSEOUT="changeImages('listen', 'images/listen1.gif');listenCount=1; return true;">
-->

<!-- ************************************************************************************ -->









				<IMG NAME="listen" SRC="images/listen1.gif" WIDTH=119 HEIGHT=74 BORDER=0></A></td>
		<TD COLSPAN=3>
			<IMG SRC="images/listenbar.gif" WIDTH=242 HEIGHT=47></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=47></TD>
	</TR>
	<TR>
		<TD ROWSPAN=5>
			<IMG SRC="images/main_11.gif" WIDTH=110 HEIGHT=72></TD>
		<TD COLSPAN=2>
			<A HREF="javascript:selectState(1);">
				<IMG NAME="schedule" SRC="images/schedule-over.gif" WIDTH=132 HEIGHT=21 BORDER=0></A></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=21></TD>
	</TR>
	<TR>
		<TD COLSPAN=2 ROWSPAN=2>
			<A HREF="javascript:selectState(2);">
				<IMG NAME="archive" SRC="images/archive.gif" WIDTH=132 HEIGHT=17 BORDER=0></A></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=6></TD>
	</TR>
	<TR>
		<TD ROWSPAN=3>
			<IMG SRC="images/main_14.gif" WIDTH=119 HEIGHT=45></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=11></TD>
	</TR>
	<TR>
		<TD COLSPAN=2>
			<A HREF="javascript:selectState(3);">
				<IMG NAME="help" SRC="images/help.gif" WIDTH=132 HEIGHT=16 BORDER=0></A></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=16></TD>
	</TR>
	<TR>
		<TD COLSPAN=2>
			<A HREF="javascript:selectState(6);">
				<IMG NAME="pass" SRC="images/pass.gif" WIDTH=132 HEIGHT=18 BORDER=0></A></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=18></TD>
	</TR>
	<TR>
		<TD COLSPAN=4 ROWSPAN=2>
			<IMG SRC="images/curve.gif" WIDTH=361 HEIGHT=208></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=177></TD>
	</TR>
	<TR>
		<TD COLSPAN=2>
				<IMG  SRC="images/scrolldown.gif" WIDTH=29 HEIGHT=31 BORDER=0></TD>
		<TD COLSPAN=2>
			<IMG SRC="images/footer.gif" WIDTH=250 HEIGHT=31></TD>
		<TD>
			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=31></TD>
	</TR>
</TABLE></div>

	<div id="barLayer">
	<IMG SRC="images/back.jpg">
</div>

	<div id="blockLayer">
	<IMG SRC="images/block.gif"  WIDTH=278 HEIGHT=417>
</div>

	<div id="blockLayer2">
	<IMG SRC="images/block.gif"  WIDTH=289 HEIGHT=121>
</div>


<!----------------------------------------------------------------------------->
<div id="scheduleLayer">

<TABLE  WIDTH=250 cellspacing=0 cellpadding=0 border=0 ><tr bgcolor = #efefef><td valign =top><br><center><font size=2 face="arial, helvetica"><b>Saturdays, 3 - 9pm</b></font></center><br>

<!-- july 5 -->
<img src="images/july6.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Richie Hawtin </b><i>(Decks, EFX, 909, & Final Scratch) - Minus</i></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Magda </b><i>- Minus</i></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Mice Parade </b><i>(Bubble Core)</i></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>DJ Tree </b><i>(Bubble Core)</i></font></td></tr>

</table>
</center>
<br><br>
</td></tr>


<!-- july 12 -->
<tr bgcolor = #d8d8d8><td valign =top>
<img src="images/july13.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Danny Krivit </b><i>(718 Sessions, Body & Soul)</i></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>E Man </b><i>(Bang the Party)</i></font></td></tr>

</table>
</center>
<br><br>
</td></tr>


<!-- july 19 -->
<tr bgcolor = #dfdfdf><td valign =top>
<img src="images/july20.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Onionz </b><i>((East River Rituals, Electric Soul, NYC)</i><br></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Blakkat </b><i>(East River Rituals, Shaboom, U.K.)</i><br></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Rich Medina </b><i>(Jump & Funk, Little Ricky1s, Afrorikan Vybe)</i><br></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>DJ Sabo </b><i>(NYC)</i><br></font></td></tr>

</table>
</center>
<br><br>
</td></tr>


<!-- july 26 -->
<tr bgcolor = #e8e8e8><td valign =top>
<img src="images/july27.gif" width=250  border=0>

<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Tyson </b><i>(Forms, Holland)</i> <br></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>DJ Traxx </b><i>(International Deejay Gigolo, Kode, SFK, Chicago)</i> <br></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Lauren Flax </b><i>(Ohm, Girls and Boys, & Used, NYC)</i> <br></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Small Change </b><i>(Black Crack, NYC)</i> <br></font></td></tr>

</table>
</center>
<br><br>
</td></tr>


<!-- august 2 -->
<tr bgcolor = #efefef><td valign =top>
<img src="images/august3.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Nicky Siano </b><i>(the gallery, studio 54, NYC)</i></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Markie Mark </b><i>(Wicked, Grayhound Recordings, SF)</i></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>DJ Language </b><i>(NegroClash, NYC)</i></font><br></td></tr>

</table>
</center>
<br><br>
</td></tr>


<!-- august 9 -->
<tr bgcolor = #f8f8f8><td valign =top>
<img src="images/august10.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Mad Professor Dub Show </b><i>(Ariwa Sound System, U.K.)</i> <br></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Cassien </b><i>(Konkrete Jungle, NYC)</i> <br></font></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Triangle Orchestra </b><i>(Live and DJ set, San Francisco) </i> <br></font></td></tr>

</table>
</center>
<br><br>
</td></tr>


<!-- august 16 -->
<tr bgcolor = #f8f8f8><td valign =top>
<img src="images/august16.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Prohibited Beatz- Live </b><i></i></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Broken Beat/House/Drum&Bass Dance Fusion</b>featuring<b>Jo Jo M -</b>drums, <b>Takuya Nakamura -</b>synths, fx & trumpet, <b>John Davis - </b>bass and low-end, <b>Lisa Shaw - </b>vocals </b><i>(t.b.a.)</i></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Swingsett - mixing the vibe between band's sets </b><i></i></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Opening DJ sets by: Don Vu, Pete Sung & Jay Lee - Play!</b><i>(NYC)</i></font><br></td></tr>

</table>
</center>
<br><br>
</td></tr>


<!-- august 23 -->
<tr bgcolor = #f8f8f8><td valign =top>
<img src="images/august23.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Agnes B presents Scratch Massive </b><i></i></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Aaron LaCrate </b><i></i></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Joakim</b><i>(Versatile, France)</i></font><br></td></tr>

</table>
</center>
<br><br>
</td></tr>


<!-- august 30 -->
<tr bgcolor = #f8f8f8><td valign =top>
<img src="images/august30.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

<tr><td valign=top><img src="images/pointer.gif">
</td><td width="225" halign="left"><font size=1 face="arial, helvetica"><b>DJ Afrika Bambaataa: Godfather of Hip Hop Culture, Father of the Electro-Funk Sound (KLB)</b></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>James Murphy </b><i>(DFA)</i></font><br></td></tr>

<tr><td valign=top><img src="images/pointer.gif">
</td><td><font size=1 face="arial, helvetica"><b>Mike and Ike </b><i>(Mike Madness and I-Cue, Hipstep Pioneers, Live Nude DJs, Zulu Nation, Digi Kon, NYC)</i></font><br></td></tr>

</table>
</center>
<br><br>


</td></tr>

</TABLE>

</div>
<!----------------------------------------------------------------------------->



<!----------------------------------------------------------------------------->
<!-- *****************************  CHANGE THE ARCHIVE HERE!   *************************** -->
<!-- move start comment down one week at end of each saturday -->

<div id="archiveLayer">

<TABLE  WIDTH=250 cellspacing=0 cellpadding=0 border=0>

<!--
<TABLE  WIDTH=250 HEIGHT=1000>

<tr><td valign =top>
<center>

<TABLE  WIDTH=200 HEIGHT=100>

<tr><td width=50><center><img src = "images/high2.jpg"></center></td><td>

<font size=1 face="arial, helvetica">Select below to hear a recorded program.<br><br>
Check back over the summer to hear more recorded performances.<br></font></td></tr>

</table>
-->

<tr bgcolor = #efefef><td valign =top>
<br><center><font size=2 face="arial, helvetica"><b>Saturdays, 3 - 9pm</b></font></center><br>
<img src="images/july6.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <a href="http://love.str3am.com/wps1/2003-07-05.m3u">
  <font size=1 face="arial, helvetica"><b>Richie Hawtin, Magda</b></font>
  </a></td></tr>

</table>
</center>
<br><br>
</td></tr>


<tr bgcolor = #d8d8d8><td valign =top>
<img src="images/july13.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <a href="http://love.str3am.com/wps1/2003-07-12.m3u">
  <font size=1 face="arial, helvetica"><b>Danny Krivit, E Man</b></font>
  </a></td></tr>

</table>
</center>
<br><br>
</td></tr>


<tr bgcolor = #dfdfdf><td valign =top>
<img src="images/july20.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <a href="http://love.str3am.com/wps1/2003-07-19.m3u">
  <font size=1 face="arial, helvetica"><b>Onions, Blakkat, Rich Medina,<br>
  &nbsp;&nbsp;DJ Sabo</b></font>
  </a></td></tr>

</table>
</center>
<br><br>
</td></tr>


<tr bgcolor = #e8e8e8><td valign =top>
<img src="images/july27.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <a href="http://love.str3am.com/wps1/2003-07-26.m3u">
  <font size=1 face="arial, helvetica"><b>Dj Traxx, Tyson, Lauren Flax, Small Change</b></font>
  </a></td></tr>

</table>
</center>
<br><br>
</td></tr>



<tr bgcolor = #dfdfdf><td valign =top>
<img src="images/august3.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <font size=1 face="arial, helvetica"><b>Nicky Siano, Markie Mark, DJ Language</b><br>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-02_a.m3u">part 1<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-02_b.m3u">part 2<br>
  </a></font></td></tr>

</table>
</center>
<br><br>
</td></tr>



<tr bgcolor = #e8e8e8><td valign =top>
<img src="images/august10.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <font size=1 face="arial, helvetica"><b>Mad Professor, Cassien, Triangle Orchestra</b><br>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-09_a.m3u">Triangle Orchestra part 1<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-09_b.m3u">Triangle Orchestra part 2<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-09_c.m3u">Cassien<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-09_d.m3u">Mad Professor<br>
  </a></font></td></tr>

</table>
</center>
<br><br>
</td></tr>



<tr bgcolor = #dfdfdf><td valign =top>
<img src="images/august16.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <font size=1 face="arial, helvetica"><a href="http://love.str3am.com/wps1/2003-08-16.m3u"><b>Prohibited Beatz, Swingsett, Don Vu, Pete Sung & Jay Lee</b>
  </a></font></td></tr>

</table>
</center>
<br><br>
</td></tr>


<tr bgcolor = #f8f8f8><td valign =top>
<img src="images/august23.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <font size=1 face="arial, helvetica"><b>Scratch Massive, Joakim,<br> Aaron LeCrate</b><br>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-23_c.m3u">Scratch Massive<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-23_b.m3u">Joakim<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-23_a.m3u">Aaron LeCrate<br>
  </a><font></td></tr>

</table>
</center>
<br><br>
</td></tr>


<tr bgcolor = #f8f8f8><td valign =top>
<img src="images/august30.gif" width=250  border=0>
<center>
<table WIDTH=225 border=0>

  <tr><td valign=top><img src="images/pointer.gif">
  </td><td>
  <font size=1 face="arial, helvetica"><b>DJ Afrika Bambaata, James Murphy, Mike and Ike</b><br>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-30_d.m3u">DJ Afrika Bambaata -- Part 1<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-30_e.m3u">DJ Afrika Bambaata -- Part 2<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-30_f.m3u">DJ Afrika Bambaata -- Part 3<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-30_g.m3u">DJ Afrika Bambaata -- Part 4<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-30_b.m3u">James Murphy -- Part 1<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-30_c.m3u">James Murphy -- Part 2<br>
  </a>
  &nbsp;&nbsp<a href="http://love.str3am.com/wps1/2003-08-30_a.m3u">Mike and Ike<br>
  </a><font></td></tr>

</table>
</center>
<br><br>
</td></tr>



<br><br><br><br>

<tr bgcolor="eeeeee"><td><br></td><td><br></td></tr>
<tr bgcolor="aaaaaa"><td><br></td><td><br></td></tr>
<tr bgcolor="aaaaaa"><td><br></td><td><br></td></tr>

</TABLE>

</div>
<!----------------------------------------------------------------------------->




	<div id="passLayer">
	<TABLE  WIDTH=250 HEIGHT=1000>
<tr><td valign =top><font size=2 face="arial, helvetica">
<center><b>Warm Up VIP Pass</b></center>
The 2003 P.S.1 Warm Up VIP Pass is designed to provide convenient and easy access to P.S.1. This Pass will grant you and one guest admission into all of the 2003 P.S.1 Summer Warm Up events. <br><br> </font><font size=1 face="arial, helvetica">
Warm Up Tickets and V.I.P. Passes<br>
sold at P.S.1 and agnes b. stores:<br>
1063 Madison Ave., 13 East 16th St., 103 Greene St., 79 Greene St.<br><br>
</font>

<center>
<table width=200 border=0 bgcolor=eeeeff cellpadding=8><tr><td>
<font size=1 face="arial, helvetica">
<center>
<b>F.A.Q::</b><br><br>
</center>

1. What does the Warm Up VIP Pass offer and when is it valid?<br>
The Pass gives you and your guest free admission to the nine consecutive Saturdays starting July 5 and ending August 30, 2003.<br><br>


2. Is there a VIP-only line at the entrance for Warm Up VIP pass holders?<br>
Yes, Pass holders enter through a separate line, thus avoiding P.S.1's long lines during this popular event.<br><br>


3. How do I use my Warm Up VIP pass?<br>
The Pass should be presented to our P.S.1 Guard posted at our main entrance. <br><br>


4. Is my Warm Up VIP pass strictly personal?<br>
You may share your Pass with a family member or a friend if you decide not to use your Pass that day.<br><br>


5. Can I use my Warm Up VIP Pass twice in a day?<br>
Passes may be used only once a day. The magnetic card reader system will automatically reject your Pass if it was used earlier that day.<br><br>

6. How much is the Warm Up VIP Pass and where can I purchase it?<br>
The Pass costs $50.00. Passes can be purchased at P.S.1's main gate and front desk or ordered by phone. You will receive your Pass by
mail in 4 business days.<br><br>

7. Can I use this Warm Up VIP Pass at P.S.1 during regular hours  or  at MoMAQNS?<br>
No, the Pass is exclusively reserved for the P.S.1 Summer Warm Up.<br><br>

</font></td></tr>
</table>
</center>
<br><br>
<font size=2 face="arial, helvetica">
If you need further information, please contact Tamer or Josh Altman at 718-784-2084 ext.814 or by e-mail at <a href = "mailto:josh@ps1.org">josh@ps1.org</a>
</font>
</td></tr>
</TABLE>



</div>









	<div id="helpLayer">
	<TABLE  WIDTH=250 HEIGHT=1000>
<tr><td valign =top><font size=1 face="arial, helvetica">
Live events are streamed at a 32k bitrate in the MP3 audio format.
Most computers have a built-in MP3 player that will play the Warm Up events: the Windows Media Player is installed on most PCs, and iTunes is installed on most Apple computers.
In addition, free downloadable audio players are compatible with the MP3 format: WinAmp, RealPlayer, or Quicktime.
<br><br>
If your computer does not have an audio player, you can download free players from the following sites<br>

<center>
<TABLE WIDTH = 200 >
<TR><TD WIDTH = 50>
<a href = "javascript:openWin('http://www.winamp.com');" >
<IMG SRC = "images/winamp.gif" border=0>
</a>
</TD>
<TD WIDTH = 150>
<font size=1 face="arial, helvetica">
<a href = "javascript:openWin('http://www.winamp.com');" >WinAmp: www.winamp.com</a><br>
</font>
</TD></TR><TR>
<TD WIDTH = 50>
<a href = "javascript:openWin('http://www.real.com');" >
<IMG SRC = "images/real.gif" border=0>
</A>
</TD>
<TD WIDTH = 150>
<font size=1 face="arial, helvetica">
<a href = "javascript:openWin('http://www.real.com');" >RealPlayer: www.real.com</a>
</font>
</TR></TD>
</TABLE>
</center>

<br><br>
Live events are streamed on Saturdays from 3 to 9pm. During the rest of the week, the "listen" button will launch the recording of the previous week's Warm Up event. Older programs are stored in the archive section of this mini-site.<br><br>
If you are experiencing problems establishing a stable connection it may be due to intense traffic. Please try again a little later.
<br><br></font>
</td></tr>
</TABLE>
</div>


	<div id="high1Layer">
	<TABLE  WIDTH=225  >
<tr><td  width=66 valign = top ><img src = "images/high1.gif"></td>
<td  width=159   valign = top ><font size=1 face="arial, helvetica">
P.S.1's annual music series returns for its sixth season. As one of New York's most anticipated summer events, this summer includes a wide range of local and international DJs.<br><a href ="javascript:selectState(4);">Press Release</a></font>
</td></tr>
</TABLE>
</div>


<div id="pressLayer">
	<TABLE  WIDTH=250 HEIGHT=1000>
<tr><td valign =top><font size=1 face="arial, helvetica">
P.S.1 Contemporary Art Center is pleased to announce Warm Up 2003, the critically acclaimed music festival that has become one of New York’s most anticipated summer events. Now in its sixth year, Warm Up brings together music and visual arts with performances by local and international DJs and live bands, drawing thousands of people each week, including artists, families, and club-goers to dance, relax, and cool off in an innovative architectural installation in P.S.1’s outdoor galleries. Opening July 5, Warm Up 2003 will be held for 9 weeks, each Saturday afternoon through August 30, from 3 p.m. – 9 p.m.  Admission is $6.00.
<br><br>
Crowds have flocked to P.S.1 to hear an eclectic mix of sounds from experimental and established DJs and musicians, ranging from techno samples and house beats to hip hop poetry and Latin-inspired electronic rock. This year’s music series is organized by P.S.1 Summer Music Series Coordinator Jason Drummond (a.k.a San Francisco’s DJ SPUN) and Director of Music, Lokke Highstein (New York-based DJ and musician Lo-Ki) and kicks off with Richie Hawtin, also known as Plastikman, who will perform with computers, turntables, drum machines and effects; Magda; live ambient percussian band Mice Parade; and DJ Tree.  Over the past five years, Warm Up has hosted live performances by artists such as: Neil Aline, Antibalas, Anti Pop Consortium, Thomas Brinkmann, DJ Craze, Charlie Dark, Vikter Duplaix, Fischerspooner, Frederic Galliano, Kid Koala, Liminal, Arto Lindsay, Francisco Lopez, Los Amigos Invisibles, Ming & FS, Nortec Collective, Organic Grooves, Reid Speed, Ursula Rucker, Jimi Tenor, DJ Swamp, Swayzak, Luke Vibert, Stuart Walker, Doc Martin, X-Press 2, Danny Wang, Harvey, Peanut Butter Wolf, and many more.
<br><br>
This year marks the fifth annual MoMA/P.S.1 Young Architects Program, a competition that gives emerging architects the opportunity to realize an outdoor environment designed to host the Warm Up series. This year’s project, Light-Wing, by EMERGENT/Tom Wiscombe, is an environment that provides shade and cool water basins during the day, and transforms into a giant horizontal lantern at night. Since 1998, artists and architects including Gelatin, Philip Johnson, SHoP, ROY, and William Massie have transformed P.S.1’s courtyard into an urban beach with works of interactive architecture and sculpture that have inspired both critics and audiences alike.  Light-Wing opens June 29.
<br><br>
Warm Up 2003 is made possible with the generous support of The James Family Foundation, agnès b., and Brooklyn Brewery.</td></tr>
</TABLE>
</div>


</BODY>
</HTML>




