jQuery(function ($) {
	$('#BTNLOGIN').click(function (e) {
		var src = "http://passport.365ub.com/include/login.aspx";
		var divstr ='<div style="width:315px; background:#FFFFFF; border:solid 1px #999999; font-size:12px;">'
		+'<table width="315" border="0" cellpadding="0" cellspacing="0" background="http://images.365ub.com/upal/ver1/images/vdialog_horizontal_bg.gif">'
		+'<tr align="center"><td height="27" align="left">'
		+'<span style=" padding-left:10px; font-size:12px;">登录游宝平台</span>'
		+'</td><td width="35" height="27" align="center">'
		+'<a href="#" style="color:red; font-size:12px;" class="modal-close simplemodal-close">关闭</a>'
		+'</td></tr></table>'
		+'<iframe src="' + src + '" height="120" width="300" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes">'
		+'</div>'
		$.modal(divstr, {
			closeHTML:"",
			containerCss:{
				backgroundColor:"#fff",
				borderColor:"#fff",
				height:150,
				padding:0,
				width:318
			},
			overlayClose:true
		});
	});
});
