/**
 * SWFObject v1.5.1: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */

function getPlayer(movieName) {
	
	return navigator.appName.indexOf("Microsoft") != -1 ? window[movieName] : document[movieName];	
}
