var total_images = 4;
var now = new Date();
var sec = now.getSeconds();
var profile = sec % total_images;
profile +=1;

var image="/ehs/images/flu/1.jpg";

if (profile==1) {
	image="/ehs/images/flu/1.jpg";
}
if (profile==2) {
	image="/ehs/images/flu/2.jpg";
}
if (profile==3) {
	image="/ehs/images/flu/3.jpg";
}
if (profile==4) {
	image="/ehs/images/flu/5.jpg";
}
document.write('<div style="padding:0 0 0 30px;"><a href="http://www.flu.gov/"><img src="'+image+'" border="0" width="100" height="83"></a></div>');
document.write('<br /><div><a href="/ehs/H1N1">UTD H1N1 Flu Information</a></div>');