<% execute "dim intCategoryID, objCategory" intCategoryID = 0 if Len(Request.QueryString("Category_ID")) > 0 Then on error resume next intCategoryID = CLng(Request.QueryString("Category_ID")) on error goto 0 elseif Len(Request.Form("Category_ID")) > 0 Then on error resume next intCategoryID = CLng(Request.Form("Category_ID")) on error goto 0 end if set objCategory = Server.CreateObject ("ACBStore.tCategory") if not objCategory.Load(objToken, intCategoryID) then set objCategory = nothing appRedirect objToken.SharedURL & "error.asp" & objToken.SID_String & "Err=1100" end if %>
 

Satisfy Your Passion for Diamonds!

PRODUCTS I THOUGHTS I ABOUT US I RESOURCES
T-shirts to express what you don't have the nerve to say ! Home | View Cart | Order Status | Contact Us


Products

diamond education
The first diamond engagement ring

World's largest polished diamond

World's largest rough diamond

The oldest diamond in the world

The highest price that anyone has ever paid for a diamond


Unusual diamond uses

 


-------------------------------------------------Directory Partners------------------------------------------------
JewelryBest.com - Best jewelry websites on the internet. JewelryLilinkExchangeThe Source for Jewelry Information Jewelry Magazine

   
 
 
Copyright @ 2005 DiamondAgent.com.| 212-319-0070 | TEES@DiamondAgent.com
 
 
<% objCategory.Reset set objCategory = nothing %>