<% ' Programming by Felipe Cruz - fcruz@admintek.net ' This is for the current affiliates NOT to loose their traffic on old urls ' This one is for TwinAcesCasino ' El formato es www.vegascasinoonline.com/index.asp?from=xxxx ' From es lo que pedimos para trabajar code = trim( request ("from") ) refurl = Request.ServerVariables("HTTP_REFERER") response.redirect "http://www.vegascasinoonline.com/oldurldaemon.php?id=" & code & "&refurl=" & refurl & "" response.end %>