Nardi, Iannaconi & Mazzo, LLC - Tax Calendar







37 Vreeland Avenue
Second Floor
Totowa, NJ 07512
Phone: (973) 256-2288
Fax: (973) 256-3641
email: info@nardifinancial.com

Back a Month
 May 2008
Forward a Month
Day View
Week View
Month View
Year View
Event List View
Show Side Bar
Login
SundayMondayTuesdayWednesdayThursdayFridaySaturday
1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
31  
  Site Contents Copyright © 2004-2007 Nardi, Iannaconi & Mazzo, LLC  
All Rights Reserved.
 
<% '********************************************************************************* '***** Draw an RSS News FEED ***************************************************** '********************************************************************************* Function getXML(sourceFile) dim styleFile dim source, style styleFile = Server.MapPath("news.xsl") Dim xmlhttp Set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP") xmlhttp.Open "GET", sourceFile, false xmlhttp.Send set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.loadxml(xmlhttp.ResponseText) set style = Server.CreateObject("Microsoft.XMLDOM") style.async = false style.load(styleFile) getXML = source.transformNode(style) set source = nothing set style = nothing End Function %>