<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rs_MP3 Dim rs_MP3_numRows Set rs_MP3 = Server.CreateObject("ADODB.Recordset") set rs_MP3 =conn.execute("SELECT * FROM Samples WHERE Samples = 'MP3' ORDER BY Autore") rs_MP3_numRows = 0 %> <% Dim rs_VIDEO Dim rs_VIDEO_numRows Set rs_VIDEO = Server.CreateObject("ADODB.Recordset") set rs_VIDEO = conn.execute("SELECT * FROM Samples WHERE Samples = 'VIDEO'") rs_VIDEO_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rs_MP3_numRows = rs_MP3_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 rs_VIDEO_numRows = rs_VIDEO_numRows + Repeat2__numRows %> Documento senza titolo

..
MP3

 

"DiscoInferno" - Discoinferno Live 3300 kb


"Celebration" - DiscoInferno live 1800kb


"You spin me 'round.." - Discoinferno Live 3100kb


"Video Killed the radio star" - DiscoInferno live 4400kb


"Cure me" - Gift tribute band Elisa 2800kb


"drum solo?" 2400kb

 
 
Video
 
<% While ((Repeat1__numRows <> 0) AND (NOT rs_MP3.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rs_MP3.MoveNext() Wend %> <% While ((Repeat2__numRows <> 0) AND (NOT rs_VIDEO.EOF)) %> <% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 rs_VIDEO.MoveNext() Wend %>

"solo susa 6-9-06" 12500kb

"maniac finale" 2500kb

"ltr_fill" 1100kb

"shake_fill" 2300kb

"solo" 16000kb

       
 
 
   
 

..
  ..
Indietro
.. .Home
           
www.carlocannarozzo.com

 

<% rs_MP3.Close() Set rs_MP3 = Nothing %> <% rs_VIDEO.Close() Set rs_VIDEO = Nothing %>