// JavaScript Document
$(document).ready(init);
function init(){
	$('#iframe').load('bar.html');
}
