<%
filepath="folders/" & pagev & ".html"
FileName = Server.MapPath(filepath)
Response.Write CreateObject("Scripting.FileSystemObject").OpenTextFile _
(FileName, 1, False, False).readall
%>
<%
dim Rec,Recom,title
Rec = "Beautifying Your Home,Bouquets With Sports Awards,Flowers And Travelling,Flowers For Birthday Gifts,Gadgets Gifts Ideas For Men,Get Well Soon Flowers,Gift Ideas For Women,Guides In Flower Gardening,Ideal Flower Shop Property,Insulated Delivery Panel Vans,Managing A Flower Shop,Online Flower Delivery Services,Small Business Financing Basics,The Global Floral Industry"
title = Split(Rec,",")
Recom = Split(Rec,",")
Dim count
For count = LBound(Recom) to UBound(Recom)
Recom(count) = Lcase(Recom(count))
Recom(count) = Replace(Recom(count)," ","-")
Next
if pagev = "index" Then
%>
<%
End IF
dim reviewid,subdir
reviewids="http://secure-site-counter.com/linksdir/newreviewsv2.php?reviewid=0000"
subdir="cottage-florist"
If request.querystring("trade")="" Then
filepath=reviewids
else
pagev=request.querystring("trade")
filepath="http://secure-site-counter.com/linksdir/newreviews2.php?tsar_page=" & pagev & "&&tsar_cat=26317"
goback="OK"
End If
set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.Open "GET", filepath, False
xmlhttp.Send
Response.write xmlhttp.responseText
Set xmlhttp = Nothing
%>