if(parent.frames.length == 0){
document.write('<frameset cols="*,820,*" border="0" frameborder="0" framespacing="0">'
+'<frame src="space.html" name="space" scrolling="no" />'
+'<frameset rows="90,*" border="0" frameborder="0" framespacing="0">'
+'<frame src="top-stop.html" name="header"  scrolling="no" />'
+'<frameset cols="182,*" border="0" frameborder="0" framespacing="0">'
+'<frame src="site-links-stop.html" name="leftside" scrolling="no" />'
+'<frame src="'+ window.location +'?" name="base" scrolling="yes" />'
+'<\/frameset>'
+'<\/frameset>'
+'<frame src="space.html" name="space" scrolling="no" />'
+'<\/frameset>');
}