<%@ Language=VBScript %> <% Option Explicit %> <% If Request.Cookies("high_bandwidth") = "yes" Then Server.Execute("includes/high_pages/pages/product_directory.asp") Else Server.Execute("includes/low_pages/pages/product_directory.asp") End If %>