$j(document).ready(function() {
	if( isAdminCompatible() == false ) {
		$j(".DemoUserLogin").remove();
	}
	$j(".LayoutContainer:not(:has(.Box))").addClass( "Empty" );
	
	$j("a.DownloadBoxDownloadLink").click(function () {
		ga_track("/download_box?file=" + $(this).html());
	});
});
