/* Specifies the period of time between updates: month - once a month date - once per every day of the month (repeats the next month) weekday - once per every day of the week (repeats the next week) hour - once per hour (repeats the next day) request - once per browser request (default) */ var updatePeriods = new Array("month","date","weekday","hour","request") // Invoked to display rotated HTML content in a Web page. The period // argument should be an element of the updatePeriods array. function displayRotatedContent(period) { var updatePeriod = -1 for(var i=0;i