var $j = jQuery.noConflict();
$j(document).ready(function($) {
	$("#joinComhlamhDialog").dialog({
		autoOpen: false,
		bgiframe: true,
		resizable: false,
		width: 900,
		height: 600,
		modal: true
	});
});