var cal_data = new Object();
var cal_navigator = false;
var seasonYearWNBA = 2008;
var seasonStartMonth = 5;

var preImg = new Image(); 
preImg.src = "http://www.nba.com/images/tixconn/indicator.gif";

function loadBehaviour() {

	var funcs = {
		
		'.hover' : function(elm) {
			elm.onmouseover = function() {
				/*
				if (this.scope!=null && (this.scope).length>1 && this.scope!=undefined) { 
				
					document.getElementById("psel").innerHTML = this.scope;
					
				}
				*/
				//if ((this.className).length>0 && this.className=='hover' /*&& (this.style.backgroundColor == "rgb(255, 255, 255)" || this.style.backgroundColor == "#ffffff")*/) this.style.backgroundColor='#cccccc';				
			}
			
			
			
			elm.onmouseout = function() {
				//document.getElementById("psel").innerHTML = "";
				//if ((this.className).length>0 && this.className=='hover' /*&& (this.style.backgroundColor == "rgb(244, 244, 244)" || this.style.backgroundColor == "#F4F4F4")*/) this.style.backgroundColor=this.abbr;
			}
			
			
			
			elm.onclick = sbLink;
			
		}
		
	};
	
	Behaviour.register(funcs);
	
}

	
		
function sbLink(e){
	
	//if (this.accesskey!=null && (this.accesskey).length>1 && this.accesskey!=undefined) {  parent.location = this.accesskey; }
		
}