﻿num=Math.floor(Math.random()*3);
n="<div id='top-page-";
n+=num;
n+="'>";
document.write(n);
