﻿// JavaScript Document
jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery("#dh1").mouseover(function(){setTab('dh',1,2);});
});

// JavaScript Document
	function startRequest() {
		jQuery.ajax({
			type: "GET",
			url: "/en/index.php?m=member&c=index&a=login_discuz&modd=discuz&random="+Math.random(),
			success: function(msgs){jQuery("#dh1").html(msgs);}
		});
	}
	startRequest();
