$(document).ready(function() {
	var pContainer = new PopupContainer();
	pContainer.addPopup($("#targetblock"), $("#mypopup"));
});

