<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><!-- #BeginTemplate "/Templates/defaultBlue.dwt" --><!-- DW6 -->
<head>
<!-- #BeginEditable "doctitle" --> 
<title>Media Samples From Rodney Bakerr</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- #BeginEditable "meta" --> 

<meta name="keywords" content="Rodney Bakerr, house music,chicago house music,deep house music,classic house music,progressive house music,club house music,old school house music,dance house music,funky house music,dj house music,best of house music,where house music,house music record,history of house music">
<!-- #EndEditable -->
<link href="masterBlue.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#EEEEEE" text="#000000" >
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td align="left" valign="top" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="100%">
        <tr bgcolor="#352763">
          <td width="15%" align="left" valign="top"><div align="left"><img src="images/head/cornerTL.jpg" width="25" height="25"></div></td>
          <td width="70%" align="center" bgcolor="#352763"><img src="images/head/innovator.jpg" alt="Rodney Bakerr - House Music Innovator" width="298" height="76" vspace="5"></td>
          <td width="15%" align="right" valign="top"><div align="right"><img src="images/head/cornerTR.jpg" width="25" height="25"></div></td>
        </tr>
        <tr bgcolor="#352763">
          <td height="2" colspan="3"><table border="0" cellspacing="0" cellpadding="2" align="center">
              <tr align="center" valign="middle">
                <td nowrap><a href="index.asp" target="_top" class="nav" onFocus="if(this.blur)this.blur()">About Rodney</a></td>
                <td nowrap class="MnuSpacer">&nbsp;</td>
                <td nowrap><a href="mailto:RodneyBakerr@yahoo.com" class="nav" onFocus="if(this.blur)this.blur()">Contact</a></td>
                <td nowrap class="MnuSpacer">&nbsp;</td>
                <td nowrap><a href="discography.asp" target="_top" class="nav" onFocus="if(this.blur)this.blur()">Discography</a></td>
                <td nowrap class="MnuSpacer">&nbsp;</td>
                <td nowrap><a href="hoh.asp" target="_top" class="nav" onFocus="if(this.blur)this.blur()">History of House Music</a></td>
                <td nowrap class="MnuSpacer">&nbsp;</td>
                <td nowrap><a href="media.asp" target="_top" class="nav" onFocus="if(this.blur)this.blur()">Media</a></td>
                <td nowrap class="MnuSpacer">&nbsp;</td>
                <td nowrap><a href="photo.asp" target="_top" class="nav" onFocus="if(this.blur)this.blur()">Visuals</a></td>
                <td nowrap class="MnuSpacer">&nbsp;</td>
                <td nowrap><a href="projects.asp" class="nav">Other Projects</a> </td>
                <td nowrap class="MnuSpacer">&nbsp;</td>
                <td nowrap><a href="links.asp" class="nav">Links</a></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  <tr>
    <td align="center" valign="top"  bgcolor="FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td width="5%" bgcolor="#FFFFFF">&nbsp;</td>
          <td width="90%" valign="top"><!-- #BeginEditable "body" --> 
            <p  align="center"></p>
            <h1 class="PageHead" align="center">Media Samples</h1>
            <!--#include file="connRb.asp" -->
			
<table  border="0" width="100%" cellspacing="0" cellpadding="4" align="center" bordercolor="#E5E5E5">
<tr>


            <%
	oConn.open oCS
	sql="Select * From MediaSrc order by medium, Album ASC"
	oRS.open sql, oCS, 3,1

	If not oRS.eof then
		rCount = oRS.RecordCount
		strTestMedia=oRS("medium")
			Do While not oRS.Eof
				intAlbum=oRS("aId")
				strAlbum=oRS("Album")
				strImage=oRS("image")
				strMedia=oRS("medium")

			%>
	<td align="center" valign="middle" class="smHead" >
	<img src="<% response.write strImage %>" alt="<% response.write strAlbum %>"> 
    </td>

	<td align="center" valign="middle" >
		<table border="0">
		
		<%
		sql2="Select * From Media where aId = " & intAlbum & " order by sOrder ASC"
		oRS2.open sql2, oCS, adopenstatic
			If not oRS2.eof then
			Do While not oRS2.Eof
			strLink="media/" & oRS2("file")
			response.write "<tr><td align=""Left"" valign=""top"" nowrap><a href=""" & strLink & """ class=""song"" title=""" & oRS2("song") & """ target=""_blank"" onFocus=""if(this.blur)this.blur()"">" & oRS2("song") & " </a></td></tr>"
		oRS2.MoveNext
		Loop
		End If
		oRS2.close
		%>
		
		
		</table>
	
</td>

<%
rCount=rCount-1
oRS.MoveNext
Loop
End If
oRS.close
oConn.close
%>
</tr>
</table>
              <br>
          <!-- #EndEditable --></td>
          <td width="5%" bgcolor="#FFFFFF">&nbsp;</td>
        </tr>
      </table></td>
  <tr>
    <td align="left" valign="top"></td>
  </tr>
  <tr>
    <td align="center" valign="middle" class="foot" ><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr bgcolor="#352763">
          <td width="15%" align="left" valign="bottom"><img src="images/head/cornerBL.jpg" width="25" height="25"></td>
          <td width="70%" align="center" valign="middle" class="foot">&copy;
            <%response.write(DatePart("yyyy",Date))%>
            Rodney Bakerr</td>
          <td width="15%" align="right" valign="bottom"><img src="images/head/cornerBR.jpg" width="25" height="25"></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
<!-- #EndTemplate --></html>

