<%
linkc = Request( "c" )
infoc = Request( "d" )
IF infoc <> "" then
Application.lock
Application( "href" ) = linkc
Application( "blabla" ) = infoc
Application.Unlock
END IF
IF Instr(linkc,"<") or Instr(infoc,"<") then
Application( "href" ) = "http://www.belski.up.co.il"
Application( "blabla" ) = "בית בוני האתרים"
end if
%>
