function window_load() {

	bIsPermalink = true;
	objMoving = document.getElementById('dvDialogBox');

	if (bAuth) { 
		settings_open();
		collections_open();
	}

	txtSearch = document.getElementById('txtTags');
	tags_open();
	tags_init_textbox(txtSearch);
}


function ScrollToBottom() {
	document.body.scrollTop=100000;
}


function ExchangeUrl() { 
	return '';
}

function EditRefresh() {
	window.location.reload();
}

function Auth() {
	return bAuth;
}


