% strUA = Request.ServerVariables("HTTP_USER_AGENT")
dim usesCSS
dim usesMSIE
usesCSS = "false"
usesMSIE = "false"
usesWebTV = "false"
'Determine if browser is 4.0+ version
If InStr(strUA, "WebTV") Then 'its WebTV
usesWebTV = "true"
End If
If InStr(strUA, "Mozilla") Then
intVersion = CInt(Mid(strUA, InStr(strUA, "/") + 1, 1))
If intVersion >= 4 Then
usesCSS = "true"
End If
End If
If InStr(strUA, "MSIE") Then 'its a Microsoft Browser
intVersion = CInt(Mid(strUA, InStr(strUA, "MSIE") + 5, 1))
If intVersion >= 4 Then
usesMSIE = "true"
End If
End If
If InStr(strUA, "MSIE") Then 'its a Microsoft Browser
intVersion = CInt(Mid(strUA, InStr(strUA, "MSIE") + 5, 1))
If intVersion < 4 Then
usesIE3 = "true"
End If
End If
%>
All-4-One Live!
 |
 |

   

 |
 |

| Where Have They Been? |
| The lights, the music, the energy all came together at once. Jamie, Delious, Tony and Alfred were back where they belong, back together... |
|
 |

|
 |
 |
 |
All information, graphics and multimedia © 2004 Discretion Entertainment, L.L.C.