//alert(navigator.appName.toLowerCase().indexOf( "microsoft internet explorer" ));

function tb_position() {
var ua = navigator.appName.toLowerCase(); 
if ( ua.indexOf( "microsoft internet explorer" ) != -1 ) { 
$("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'});
	if ( !(jQuery.browser.msie && jQuery.browser.version < 7)) { // take away IE6
		$("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'});
	}
}
	else{
	obj_positioning('thebigstory');
	}
}
