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