var VT_scriptPath = '/images/11327//custom/js/';

function VT_bodyOnLoad() {
	if (document.getElementById) { // Function supported.
	
		if (!document.getElementById('VT_isIE')) { // Is not Internet Explorer.
			if (document.getElementById('VT_TwitterWidget')) { // Twitter Widget exists.
				VT_positionStatic(document.getElementById('VT_TwitterWidget')); // Prevent Twitter widget from shining through other elements.
			}
		}
		
	}
}

window.onload = VT_bodyOnLoad;

