if (self.name==top.name){
	var strURL = document.location.href;
	if (strURL.indexOf('?')==-1) {strURL=strURL+'?a'}
	else {strURL=strURL+'&?a'}
	document.write('<frameset rows="0,*">')
	document.write('<frame name="upFrm" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" noresize="noresize" src="blk.htm">')
	document.write('<frame name="ResFrm" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" noresize="noresize" src="'+strURL+'">')
	document.write('</frameset>')
}

