
function grabIt()
{
	if (!aba_is_ie || do_silverlight) {
		var iex = document.getElementById("player");
		if (iex){
			iex.style.left = "14px";
			iex.style.top = "113px";
			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 = "113px";
		}
	}
}
