%
'any preload asp code goes here, such as what page this is so we can highlight the menu option
dim whatpage, whatsystem, deftitle
whatsystem = ""
whatpage = "Trading Systems"
deftitle = "the best and most powerful Trading systems in use today"
if request.querystring("system") <> "" then
randomize
dim myi, tmp
myi = int(rnd*10)
if myi = 1 then tmp = "and how it can supercharge your profits"
if myi = 2 then tmp = "and how it can take you to trading success"
if myi = 3 then tmp = " - the method explained"
if myi = 4 then tmp = " - simple rules for profiting in the stock markets"
if myi = 5 then tmp = " - how this system tames the stock market with minimal risk"
if myi = 7 then tmp = " , the best system for stock trading"
if myi = 8 then tmp = ", a low drawdown trading system"
if myi = 9 then tmp = " exposed - can it REALLY be this easy to make profits???"
if myi = 10 then tmp = " - how one trader uses it to rule the stock markets of the world"
deftitle = request.querystring("system") &" " &tmp
end if
%>
<% if request.querystring("system") <> "" then
response.write(request.querystring("system"))
else
response.write("Trading Systems")
end if
%>