Hey fellow bape heads! To stay informed on drop dates and all things bape, you should be logged on to the most informative page on the net, mine! Anyway click on the kaws characters in the image below for official bape links!

Click on a kaws character to discover bape hidden links
Forget Emails. Chat with me live!
<%
dim numvisits
response.cookies("NumVisits").Expires=date+365
numvisits=request.cookies("NumVisits")
if numvisits="" then
response.cookies("NumVisits")=1
response.write("Welcome! This is the first time you are visiting this Web page.")
else
response.cookies("NumVisits")=numvisits+1
response.write("You have visited this ")
response.write("Web page " &amp;amp;amp;amp;amp;amp;amp;amp; numvisits)
if numvisits=1 then
response.write " time before!"
else
response.write " times before!"
end if
end if
%>