<% function GetRandom(min, max) { return Math.floor(Math.random() * (max - min + 1) + min); } %> <% if (GetRandom(0, 100) == 1) { %>
img
<% } %>