// JavaScript Document
$().ready(function(){
	var url=window.location.href;
	var arr=url.split('/');
	url=arr[2];
	if(arr[2]!='www.hnpst.com'){		
		$('span#LblJSDLu a').click(function(){
			window.location=$(this).attr('href').replace('www.hnpst.com','hnpst.vicp.net');
			return false;
			});
	}
	});
