// JavaScript Document
<!--
function loadIF() {
iFrameSrc=location.href.split('?');
if ( iFrameSrc[1] != null ) {
	document.getElementById('myframe').src=iFrameSrc[1];
	} else {
		document.getElementById('myframe').src='/sunparty/home/home.asp'
	}
}
//-->