%@LANGUAGE="VBSCRIPT"%> <% Dim intLowerBound, intUpperBound, intRandomInteger, strTitleImage, strTitle intLowerBound = 1 intUpperBound = 4 Randomize() intRandomInteger = Int((intUpperBound - intLowerBound + 1) * Rnd + intLowerBound) %>