<% dim BrowserType, HomePage ScopeBrowser BrowserType if BrowserType = "MSIE7" or BrowserType = "Firefox" then HomePage = "whoisnext2.asp"%> <%end if%> Who Will Be at the Next Soap Guys Show?
Soap Guys Show - Soap Show Events
 
 
Event Announcements Coming Soon!
 
Copyright 2006-2007 Videotainments, LLC
   
<% Sub ScopeBrowser(BrowserType) strg = Request.ServerVariables("HTTP_USER_AGENT") BrowserType = "" if instr(1,strg,"MSIE 6.0")> 0 then BrowserType = "MSIE6" end if if instr(1,strg,"MSIE 7.0")> 0 then BrowserType = "MSIE7" end if if instr(1,strg,"Mozilla/5.0")> 0 then BrowserType = "Firefox" end if End Sub %>