
// call functions
$(document).ready(function() {
	$('a[rel=external]').attr('target','_blank');
	$('.onFocusClear').focus(function() { $(this).text(''); });
});

$(window).load(function() {
	if ( ($('#sidebar').height()-75) > $('#content').height() )
		$('#content').height($('#sidebar').height()-75);
});


// IE 6 and below
/////////////////
/*@cc_on
	@if (@_jscript_version < 5.7)

	@end
@*/