sub Main()
timer = CreateObject("roTimespan")
timer.Mark()
print timer.TotalSeconds()
m.RegistryCache = CreateObject("roAssociativeArray")
categories = LoadConfig()
ShowPosterScreen(categories, "Menu", "", 0, 0)
WHILE TRUE
if timer.TotalSeconds() >= 20
showMyText()
timer.Mark()
end if
END WHILE
end sub[/quote]
sub Main()
timer = CreateObject("roTimespan")
timer.Mark()
m.RegistryCache = CreateObject("roAssociativeArray")
'checks if the account exists
if ValidateLinkingDevice(GetDeviceESN()) = true
categories = LoadConfig()
ShowPosterScreen(categories, "Menu", "", 0, 0)
while true
if timer.TotalSeconds() >= 20
showExpirationScreen()
timer.mark()
end if
end while
else
ShowLinkScreen()
endif
end sub
while true
if timer.TotalSeconds() >= 20
showExpirationScreen()
timer.mark()
end if
end while