function finder() {
 if (!document.all&&!document.getElementById&&!document.layers) {document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" align="center" height="64">')}
 else if (screen.width>1279) {document.write('<table width="80%"  border="0" cellspacing="0" cellpadding="0" align="center" height="64">')}
 else if (screen.width>1023) {document.write('<table width="80%"  border="0" cellspacing="0" cellpadding="0" align="center" height="64">')}
 else {document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" align="center" height="64">')}
}
