/*
 *  Binary Bit Flesh
 *  Copyright (C) 2008 Binary Bit LAN. All Rights Reserved.
 *  http://BinaryBit.com/
 *  techsupport@BinaryBit.com
 *  Date: 4 July 2011
 *  Fix center problem in JW Player Module for Drupal
 */
function doCenterJwPlayer(){var myNod,myOffset=0,theOffset=280,theWidth=640,myWidth=yuiDom.getViewportWidth();myNod=document.getElementById("jwplayer-1-div");if(myNod!==false){myNod.style.textAlign="center";myOffset=parseInt((myWidth-theWidth)/2,10)-theOffset;myNod.style.marginLeft=myOffset+"px"}}yuiEvent.onDOMReady(doCenterJwPlayer);
