<% dim BrowserType, HomePage ScopeBrowser BrowserType if BrowserType = "MSIE7" or BrowserType = "Firefox" then HomePage = "Home2.htm"%> <%end if%> Soap Guys Show / Soap Show Events
 
Soap Guys Show - Soap Show Events
 

CLICK PHOTOS FOR SLIDESHOW
Candid Photos
Group Photos
Photos of the Stars

   
 Copyright 2006-2008 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 %>