var array = [ 
		  
	'<a href="http://tgc.st/11aw/night/" target="_blank"><img src="http://tgc.st/TGB/images/tgcn_long.jpg" alt="TGC NIGHT REPORT" /></a>'
	
		
	];
x = Math.floor(Math.random() * array.length);
document.write(array[x]);

