function init() {
	loadContent('main.html');
}
function loadContent(page) {
	$("#innertube1").load(page);
}

