þÿ<html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-16"> <meta http-equiv="author" content=""> <title>WELCOME TO PHIL ANGOTTI.COM</title> <csactions> <csaction name="B959E26A4" class="Open Window" type="onevent" val0="pages/shows.html" val1="" val2="300" val3="400" val4="true" val5="true" val6="false" val7="false" val8="false" val9="false" val10="false" urlparams="1"></csaction> <csaction name="B959E26C5" class="Open Window" type="onevent" val0="pages/bio.html" val1="" val2="750" val3="500" val4="true" val5="true" val6="false" val7="false" val8="false" val9="false" val10="false" urlparams="1"></csaction> <csaction name="B959E26E6" class="Open Window" type="onevent" val0="pages/news.html" val1="" val2="500" val3="500" val4="true" val5="true" val6="false" val7="false" val8="false" val9="false" val10="false" urlparams="1"></csaction> <csaction name="B95A19F325" class="Open Window" type="onevent" val0="pages/download.html" val1="" val2="600" val3="450" val4="true" val5="true" val6="true" val7="true" val8="true" val9="true" val10="true" urlparams="1"></csaction> <csaction name="C2E118DF0" class="Open Window" type="onevent" val0="media/PsychSunday.m4a" val1="" val2="0" val3="0" val4="true" val5="true" val6="true" val7="true" val8="true" val9="true" val10="true" urlparams="1"></csaction> <csaction name="C2E118DF1" class="Open Window" type="onevent" val0="media/AveL.m4a" val1="" val2="0" val3="0" val4="true" val5="true" val6="true" val7="true" val8="true" val9="true" val10="true" urlparams="1"></csaction> <csaction name="C2E118DF2" class="Open Window" type="onevent" val0="media/EverySame.m4a" val1="" val2="0" val3="0" val4="true" val5="true" val6="true" val7="true" val8="true" val9="true" val10="true" urlparams="1"></csaction> <csaction name="C2E11DCE7" class="Goto Link" type="onevent" val0="http://www.avenuenguitars.com" val1="" urlparams="1"></csaction> </csactions> <csscriptdict> <script><!-- CSStopExecution = false; CSInit = new Array; function CSScriptInit() { if(typeof(skipPage) != "undefined") { if(skipPage) return; } idxArray = new Array; for(var i=0;i<CSInit.length;i++) idxArray[i] = i; CSAction2(CSInit, idxArray); } function CSClickReturn () { var bAgent = window.navigator.userAgent; var bAppName = window.navigator.appName; if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) return true; // dont follow link else return false; // dont follow link } CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); function IsIE() { return CSAg.indexOf("MSIE") > 0;} function CSIEStyl(s) { return document.all.tags("div")[s].style; } function CSNSStyl(s) { return CSFindElement(s,0); } function CSFindElement(n,ly) { if (CSBVers < 4) return document[n]; var curDoc = ly ? ly.document : document; var elem = curDoc[n]; if (!elem) { for (var i=0;i<curDoc.layers.length;i++) { elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }} return elem; } function CSButtonReturn () { var bAgent = window.navigator.userAgent; var bAppName = window.navigator.appName; if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) return false; // follow link else return true; // follow link } CSIm = new Object(); function CSIShow(n,i) { if (document.images) { if (CSIm[n]) { var img = (!IsIE()) ? CSFindElement(n,0) : document[n]; if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;} if(i != 0) self.status = CSIm[n][3]; else self.status = " "; return true; } } return false; } function CSILoad(action) { im = action[1]; if (document.images) { CSIm[im] = new Object(); for (var i=2;i<5;i++) { if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; } else CSIm[im][i-2] = 0; } CSIm[im][3] = action[5]; } } CSStopExecution = false; function CSAction(array) { return CSAction2(CSAct, array); } function CSAction2(fct, array) { var result; for (var i=0;i<array.length;i++) { if(CSStopExecution) return false; var actArray = fct[array[i]]; if(actArray == null) return false; var tempArray = new Array; for(var j=1;j<actArray.length;j++) { if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) { if(actArray[j][0] == "VAR") { tempArray[j] = CSStateArray[actArray[j][1]]; } else { if(actArray[j][0] == "ACT") { tempArray[j] = CSAction(new Array(new String(actArray[j][1]))); } else tempArray[j] = actArray[j]; } } else tempArray[j] = actArray[j]; } result = actArray[0](tempArray); } return result; } CSAct = new Object; function CSOpenWindow(action) { var wf = ""; wf = wf + "width=" + action[3]; wf = wf + ",height=" + action[4]; wf = wf + ",resizable=" + (action[5] ? "yes" : "no"); wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no"); wf = wf + ",menubar=" + (action[7] ? "yes" : "no"); wf = wf + ",toolbar=" + (action[8] ? "yes" : "no"); wf = wf + ",directories=" + (action[9] ? "yes" : "no"); wf = wf + ",location=" + (action[10] ? "yes" : "no"); wf = wf + ",status=" + (action[11] ? "yes" : "no"); window.open(action[1],action[2],wf); }function CSGotoLink(action) { if (action[2].length) { var hasFrame=false; for(i=0;i<parent.frames.length;i++) { if (parent.frames[i].name==action[2]) { hasFrame=true; break;}} if (hasFrame==true) parent.frames[action[2]].location = action[1]; else window.open (action[1],action[2],""); } else location = action[1]; } // --></script> </csscriptdict> <csactiondict> <script><!-- CSAct[/*CMP*/ 'B959E26A4'] = new Array(CSOpenWindow,/*URL*/ 'pages/shows.html','',300,400,true,true,false,false,false,false,false); CSAct[/*CMP*/ 'B959E26C5'] = new Array(CSOpenWindow,/*URL*/ 'pages/bio.html','',750,500,true,true,false,false,false,false,false); CSAct[/*CMP*/ 'B959E26E6'] = new Array(CSOpenWindow,/*URL*/ 'pages/news.html','',500,500,true,true,false,false,false,false,false); CSAct[/*CMP*/ 'B95A19F325'] = new Array(CSOpenWindow,/*URL*/ 'pages/download.html','',600,450,true,true,true,true,true,true,true); CSAct[/*CMP*/ 'C2E118DF0'] = new Array(CSOpenWindow,/*URL*/ 'media/PsychSunday.m4a','',0,0,true,true,true,true,true,true,true); CSAct[/*CMP*/ 'C2E118DF1'] = new Array(CSOpenWindow,/*URL*/ 'media/AveL.m4a','',0,0,true,true,true,true,true,true,true); CSAct[/*CMP*/ 'C2E118DF2'] = new Array(CSOpenWindow,/*URL*/ 'media/EverySame.m4a','',0,0,true,true,true,true,true,true,true); CSAct[/*CMP*/ 'C2E11DCE7'] = new Array(CSGotoLink,/*URL*/ 'http://www.avenuenguitars.com',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button',/*URL*/'media/shows1.jpg',/*URL*/'media/shows2.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button2',/*URL*/'media/bio1.jpg',/*URL*/'media/bio2.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button3',/*URL*/'media/news1.jpg',/*URL*/'media/news2.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button4',/*URL*/'media/down1.jpg',/*URL*/'media/down2.jpg',/*URL*/'',''); // --></script> </csactiondict> </head> <body onload="CSScriptInit();" bgcolor="black"> <a href="http://www.avenuenguitars"> <table width="805" border="0" cellspacing="0" cellpadding="0" align="center" cool="cool" gridx="10" gridy="10" height="2000" showgridx="showgridx" showgridy="showgridy" usegridx="usegridx" usegridy="usegridy"> <csgroup locked="locked" name="11A805C4"></csgroup> <tr height="110"> <td width="310" height="440" colspan="5" rowspan="8" valign="top" align="left" xpos="0"><img src="media/philfp1.jpg" alt="" height="440" width="310" border="0"></td> <td width="440" height="110" colspan="8" valign="top" align="left" xpos="310"><img src="media/philfp2.jpg" alt="" height="110" width="440" border="0"></td> <td width="54" height="1999" rowspan="17"></td> <td width="1" height="110"><spacer type="block" width="1" height="110"></td> </tr> <tr height="80"> <td width="230" height="80" colspan="5" valign="top" align="left" xpos="310"><csobj al="" csclick="B959E26A4" h="80" ht="media/shows2.jpg" t="Button" w="230"><a onclick="CSAction(new Array(/*CMP*/'B959E26A4'));return CSClickReturn()" onmouseover="return CSIShow(/*CMP*/'button',1)" onmouseout="return CSIShow(/*CMP*/'button',0)" href="pages/shows.html" target="_blank"><img src="media/shows1.jpg" alt="" name="button" height="80" width="230" border="0"></a></csobj></td> <td width="210" height="80" colspan="3" valign="top" align="left" xpos="540"><img src="media/DOWN03.gif" alt="" height="80" width="197" border="0"></td> <td width="1" height="80"><spacer type="block" width="1" height="80"></td> </tr> <tr height="50"> <td width="230" height="80" colspan="5" rowspan="2" valign="top" align="left" xpos="310"><csobj csclick="B959E26C5" h="80" ht="media/bio2.jpg" t="Button" w="230"><a onclick="CSAction(new Array(/*CMP*/'B959E26C5'));return CSClickReturn()" onmouseover="return CSIShow(/*CMP*/'button2',1)" onmouseout="return CSIShow(/*CMP*/'button2',0)" href="pages/bio.html" target="_blank"><img src="media/bio1.jpg" name="button2" height="80" width="230" border="0"></a></csobj></td> <td width="210" height="50" colspan="3" valign="top" align="left" xpos="540"><a onclick="CSAction(new Array(/*CMP*/'C2E118DF0'));return CSClickReturn();" href="media/PsychSunday.m4a" csclick="C2E118DF0"><img src="media/DOWN04.gif" height="50" width="197" border="0"></a></td> <td width="1" height="50"><spacer type="block" width="1" height="50"></td> </tr> <tr height="30"> <td width="210" height="50" colspan="3" rowspan="2" valign="top" align="left" xpos="540"><a onclick="CSAction(new Array(/*CMP*/'C2E118DF1'));return CSClickReturn();" href="media/AveL.m4a" csclick="C2E118DF1"><img src="media/DOWN05.gif" height="50" width="197" border="0"></a></td> <td width="1" height="30"><spacer type="block" width="1" height="30"></td> </tr> <tr height="20"> <td width="230" height="80" colspan="5" rowspan="2" valign="top" align="left" xpos="310"><csobj csclick="B959E26E6" h="80" ht="media/news2.jpg" t="Button" w="230"><a onclick="CSAction(new Array(/*CMP*/'B959E26E6'));return CSClickReturn()" onmouseover="return CSIShow(/*CMP*/'button3',1)" onmouseout="return CSIShow(/*CMP*/'button3',0)" href="pages/news.html" target="_blank"><img src="media/news1.jpg" name="button3" height="80" width="230" border="0"></a></csobj></td> <td width="1" height="20"><spacer type="block" width="1" height="20"></td> </tr> <tr height="60"> <td width="210" height="80" colspan="3" rowspan="2" valign="top" align="left" xpos="540"><a onclick="CSAction(new Array(/*CMP*/'C2E118DF2'));return CSClickReturn();" href="media/EverySame.m4a" csclick="C2E118DF2"><img src="media/DOWN06.gif" height="80" width="197" border="0"></a></td> <td width="1" height="60"><spacer type="block" width="1" height="60"></td> </tr> <tr height="20"> <td width="230" height="90" colspan="5" rowspan="2" valign="top" align="left" xpos="310"><csobj csclick="B95A19F325" h="90" ht="media/down2.jpg" t="Button" w="230"><a onclick="CSAction(new Array(/*CMP*/'B95A19F325'));return CSClickReturn()" onmouseover="return CSIShow(/*CMP*/'button4',1)" onmouseout="return CSIShow(/*CMP*/'button4',0)" href="#"><img src="media/down1.jpg" name="button4" height="90" width="230" border="0"></a></csobj></td> <td width="1" height="20"><spacer type="block" width="1" height="20"></td> </tr> <tr height="70"> <td width="210" height="70" colspan="3" valign="top" align="left" xpos="540"><img src="media/DOWN07.gif" alt="" height="40" width="197" border="0"></td> <td width="1" height="70"><spacer type="block" width="1" height="70"></td> </tr> <tr height="40"> <td width="10" height="1460" rowspan="8"></td> <td width="10" height="510" rowspan="2"></td> <td content="content" csheight="30" width="730" height="40" colspan="11" valign="top" xpos="20"> <div align="center"> <font size="3" color="#70fd4a" face="Verdana, Arial, Helvetica, sans-serif"><b><strong>NEW CD NOW AVAILABLE AT ALL SHOWS!</strong></b></font></div> </td> <td width="1" height="40"><spacer type="block" width="1" height="40"></td> </tr> <tr height="470"> <td width="60" height="470" colspan="2"></td> <td width="600" height="470" colspan="7" valign="top" align="left" xpos="80"><img src="media/philwebfly2.jpg" alt="" height="462" width="600" border="0"></td> <td width="70" height="470" colspan="2"></td> <td width="1" height="470"><spacer type="block" width="1" height="470"></td> </tr> <tr height="30"> <td content="content" csheight="30" width="740" height="30" colspan="12" valign="top" align="left" xpos="10"> <center> <font size="3" color="#fff300" face="Verdana, Arial, Helvetica, sans-serif"><b>You can also purchase &quot;East Side Soul&quot; at <a href="http://www.jamrecordings.com/catalog.php?inventory_id=1594">www.jamrecordings.com</a></b></font></center> </td> <td width="1" height="30"><spacer type="block" width="1" height="30"></td> </tr> <tr height="40"> <td content="content" csheight="30" width="740" height="40" colspan="12" valign="top" xpos="10"> <div align="center"> <font size="3" color="white" face="Verdana, Arial, Helvetica, sans-serif"><b>ALSO CHECK OUT: </b></font><font size="3" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.myspace.com/philangotti"><font color="#99ff66"><b>http//www.myspace.com/philangotti</b></font></a></font></div> </td> <td width="1" height="40"><spacer type="block" width="1" height="40"></td> </tr> <tr height="50"> <td width="20" height="880" colspan="2" rowspan="4"></td> <td content="content" csheight="571" width="410" height="590" colspan="3" rowspan="3" valign="top" xpos="30"> <div align="center"> <center> <font size="5" color="red" face="Verdana, Arial, Helvetica, sans-serif"><b>UPCOMING 2011 SHOWS</b></font><font size="5" color="#8998de" face="Verdana, Arial, Helvetica, sans-serif"><b><br> </b></font><font size="3" color="#fd0000" face="Verdana, Arial, Helvetica, sans-serif"><b><br> <br> </b></font><strong><font color="#fff300" face="Verdana, Arial, Helvetica, sans-serif">Sat Dec. 17th @ 9:00 PM | NO COVER<br> </font><font color="white" face="Verdana, Arial, Helvetica, sans-serif">Phil solo acoustic show at the Temple Bar (3001 N Ashland)<br> </font></strong> <p><font color="#fff300" face="Verdana, Arial, Helvetica, sans-serif"><strong>Sun Dec 18th @ 8:00 PM    <br> </strong></font><font color="white" face="Verdana, Arial, Helvetica, sans-serif"><strong>Phil w Tommi Zender (and friends) at Uncommon Ground Devon (1401 W Devon). <em>Dinner reservations and reserved seating available in advance only.</em><br> </strong></font></p> </center> </div> </td> <td width="20" height="880" rowspan="4"></td> <td content="content" csheight="40" width="250" height="50" colspan="5" valign="top" align="left" xpos="460"> <center> <font size="3" color="#ffa916" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>CLICK TO VISIT PHIL'S<br> GUITAR STORE!</b></font></center> </td> <td width="40" height="880" rowspan="4"></td> <td width="1" height="50"><spacer type="block" width="1" height="50"></td> </tr> <tr height="260"> <td width="40" height="830" rowspan="3"></td> <td width="20" height="260"></td> <td width="160" height="260" colspan="2" valign="top" align="left" xpos="520"><a onclick="CSAction(new Array(/*CMP*/'C2E11DCE7'));return CSClickReturn();" href="http://www.avenuenguitars.com" csclick="C2E11DCE7"><img src="media/avenlogo.jpg" height="244" width="138" border="0"></a></td> <td width="30" height="540" rowspan="2"></td> <td width="1" height="260"><spacer type="block" width="1" height="260"></td> </tr> <tr height="280"> <td content="content" csheight="264" width="180" height="280" colspan="3" valign="top" align="left" xpos="500"> <center> <font size="2" color="#f0ffed" face="Verdana, Arial, Helvetica, sans-serif"><b>Phil is a co-owner of Avenue N Guitars, 1823 W. North Avenue, Chicago, IL 60622, where he is teaching private guitar lessons focusing on Beatles and Sixties Pop. His lessons are on Tuesday &amp; Thursdays. Half-hour lessons are $25; hour lessons are $40. </b></font><font size="2" color="#ffa916" face="Verdana, Arial, Helvetica, sans-serif"><b><br> </b></font> <p><font size="3" color="#ffc32d" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Call 773-252-5580<br> to schedule a lesson.</b></font></p> </center> </td> <td width="1" height="280"><spacer type="block" width="1" height="280"></td> </tr> <tr height="290"> <td width="410" height="290" colspan="3"></td> <td width="210" height="290" colspan="4" valign="top" align="left" xpos="500"><img src="media/newphoto.jpg" height="200" width="180"></td> <td width="1" height="290"><spacer type="block" width="1" height="290"></td> </tr> <tr height="99"> <td content="content" csheight="30" width="750" height="99" colspan="13" valign="top" xpos="0"> <div align="center"> <font size="1" color="#ffc32d" face="Verdana, Arial, Helvetica, sans-serif"><strong>©2011 Philangotti.com</strong></font></div> </td> <td width="1" height="99"><spacer type="block" width="1" height="99"></td> </tr> <tr height="1" cntrlrow="cntrlrow"> <td width="10" height="1"><spacer type="block" width="10" height="1"></td> <td width="10" height="1"><spacer type="block" width="10" height="1"></td> <td width="10" height="1"><spacer type="block" width="10" height="1"></td> <td width="50" height="1"><spacer type="block" width="50" height="1"></td> <td width="230" height="1"><spacer type="block" width="230" height="1"></td> <td width="130" height="1"><spacer type="block" width="130" height="1"></td> <td width="20" height="1"><spacer type="block" width="20" height="1"></td> <td width="40" height="1"><spacer type="block" width="40" height="1"></td> <td width="20" height="1"><spacer type="block" width="20" height="1"></td> <td width="20" height="1"><spacer type="block" width="20" height="1"></td> <td width="140" height="1"><spacer type="block" width="140" height="1"></td> <td width="30" height="1"><spacer type="block" width="30" height="1"></td> <td width="40" height="1"><spacer type="block" width="40" height="1"></td> <td width="54" height="1"><spacer type="block" width="54" height="1"></td> <td width="1" height="1"></td> </tr> </table> </a> </body> </html>