var TotalImages = 9;
function WriteRandomHeader() {
	document.write('<img src="/msrc/images/rotate/' + Math.round( (Math.random() * (TotalImages-1)) + 1) + '.jpg" width="315" height="75" alt="">');
}
function SetImage(id, num) {
	
}
