
function grabIt()
{

		if (!aba_is_ie || do_silverlight) {
			var iex = document.getElementById("player");
			if (iex){
				iex.style.left = "396px";
				iex.style.top = "4px";
				iex.style.width = "300px";
				iex.style.height = "300px";
				iex.style.zIndex = 11;
			}	
		}	


			
		// IE only code on Windows OS
		if (aba_is_ie) {		
			var ie = document.getElementById("player");
			if (ie){
				ie.style.top = "4px";
			}
		}
}
