// How many index.shtml files are there?
var total = 19;

var rnum = Math.floor((Math.random() * total) + 1);
var index_url = "http://galleries.pichunter.com/ads/models/index" + rnum + ".shtml";
document.getElementById('ad_frame').src = index_url;

