/************************************************
*
* Banner changer script for Flash connection
*
************************************************/

// Change the variable below to the id of the
// header element to set the bg for

function setStyle(style,counter) {
	var obj = document.getElementById("banner");
	obj.className = style;	
	// alert('Changing style to: ' + style + ' for element ' + obj.id);
	// window.status = (style + ' - ' + counter);
}