I have taken over the maintenance of a site that has seen no maintenance in 4 years during this time the site was moved to two hosting sites. At the present site which is based on a shared model I am noticing some anomalies.
The site use frames
A top frame that has only a gif file to display.
A frame that contains the left navigation and runs down the left side
Finally a main frame
From the default page to any one of the left pages brought up by clicking on the left nav works. However if one is to click on one page other than the index and default pages and then go to yet another page the new page is displayed in total (including top and left NAv ). I have no idea even where to look
Another irritating feature or bug is the address displayed does not change to reflect the main page.
So if any expert wants I can paste code from two of the pages that invariably fail one navigates from one to the other. However reversing from the second to the first does not produce the error.
President.asp the first page that is clicked on
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.
Document">
<title>Presidents' Message</title>
</head>
<body link="#314A94" vlink="#314A94" alink="#314A94">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="90%" height="1">
<tr>
<td width="458" height="1" valign="top" colspan="2">
<p align="right">
</td>
</center>
<td width="157" height="1" valign="top">
<img border="0" src="presmess.gif">
</td>
</tr>
<tr>
<td width="566" height="12" valign="top" colspan="3"><font color="#FFFFFF">.</font>
</td>
</tr>
<tr>
<td width="566" height="139" valign="top" colspan="3">
<p align = "center"><img src="president.jpg" width=150 height=200 border="1"></p>
<center>
<p align="justify"><font face="Arial"><font size="2">
<%
' Declare variables for the File System Object and the File to be accessed.
Dim objFSO, objTextFile
' Create an instance of the the File System Object and assign it to objFSO.
Set objFSO = CreateObject("Scripting.Fi
leSystemOb
ject")
' Open the file
Set objTextFile = objFSO.OpenTextFile(Server
.MapPath("
administra
tion/presi
dent_msg.t
xt"))
Do While Not objTextFile.AtEndOfStream
Response.Write objTextFile.ReadLine & "<BR>" & vbCrLf
Loop
' Close the file.
objTextFile.Close
' Release reference to the text file.
Set objTextFile = Nothing
' Release reference to the File System Object.
Set objFSO = Nothing
%>
</font></p>
</font></center>
</td>
</tr>
<center>
</center>
<center>
<tr>
<td width="566" height="10" valign="top" colspan="3">
</td>
</tr>
</center>
<tr>
<td width="146" height="11" valign="top">
<p align="center"></td>
<td width="310" height="11" valign="top">
<p align="center"><font face="Arial Narrow" size="1" color="#0E76E0">Web Solutions by
</font>
<a href="
http://www.guruconsultancyservices.com" target="_blank"><font face="Arial Narrow" size="1" color="#0E76E0">Guru Consultancy Services Ltd.</font></a></td>
<td width="157" height="11" valign="top">
</td>
</tr>
</table>
</div>
</body>
</html>
the second one which is clicked to create the problem
<html xmlns:o="urn:schemas-micro
soft-com:o
ffice:offi
ce"
xmlns:w="urn:schemas-micro
soft-com:o
ffice:word
"
xmlns="
http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./frculturalgarden1.
_files/fil
elist.xml"
>
<title>Federation of XXXXX Community Associations : President's Message</title>
</head>
<frameset framespacing=0 frameborder=0 border=0 rows="66,1*">
<frame name=banner src=top.htm scrolling=no noresize>
<frameset cols="150,1*">
<frame name=contents src=left.htm scrolling=no>
<frame name=main src=ICG/XXXXXCulturalGarde
n.htm>
</frameset>
<noframes>
<body lang=EN-US style='tab-interval:.5in' topmargin=0 leftmargin=0>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Which in turn call this file
<html xmlns:v="urn:schemas-micro
soft-com:v
ml"
xmlns:o="urn:schemas-micro
soft-com:o
ffice:offi
ce"
xmlns:w="urn:schemas-micro
soft-com:o
ffice:word
"
xmlns="
http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./XXXXXCulturalGarde
n_files/fi
lelist.xml
">
<link rel=Edit-Time-Data href="./XXXXXCulturalGarde
n_files/ed
itdata.mso
">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML
);}
o\:* {behavior:url(#default#VML
);}
w\:* {behavior:url(#default#VML
);}
.shape {behavior:url(#default#VML
);}
</style>
<![endif]-->
<title>XXXXX Cultural Garden</title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Raj Pillai</o:Author>
<o:LastAuthor> </o:LastAuthor>
<o:Revision>3</o:Revision>
<o:TotalTime>147</o:TotalT
ime>
<o:Created>2006-10-19T00:5
0:00Z</o:C
reated>
<o:LastSaved>2006-10-19T00
:54:00Z</o
:LastSaved
>
<o:Pages>6</o:Pages>
<o:Words>485</o:Words>
<o:Characters>2767</o:Char
acters>
<o:Company>Financial Fitness Network</o:Company>
<o:Lines>23</o:Lines>
<o:Paragraphs>5</o:Paragra
phs>
<o:CharactersWithSpaces>33
98</o:Char
actersWith
Spaces>
<o:Version>9.2720</o:Versi
on>
</o:DocumentProperties>
</xml><![endif]-->
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orpha
n;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"T
imes New Roman";}
h1
{mso-style-next:Normal;
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orpha
n;
page-break-after:avoid;
mso-outline-level:1;
font-size:10.0pt;
mso-bidi-font-size:12.0pt;
font-family:"Times New Roman";
mso-font-kerning:0pt;
font-weight:normal;
font-style:italic;}
h2
{mso-style-next:Normal;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
mso-pagination:widow-orpha
n;
page-break-after:avoid;
mso-outline-level:2;
font-size:10.0pt;
mso-bidi-font-size:12.0pt;
font-family:"Times New Roman";
font-weight:normal;
font-style:italic;}
h3
{mso-style-next:Normal;
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orpha
n;
page-break-after:avoid;
mso-outline-level:3;
font-size:9.0pt;
mso-bidi-font-size:12.0pt;
font-family:Arial;
font-weight:normal;
font-style:italic;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
{margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orpha
n;
font-size:10.0pt;
mso-bidi-font-size:12.0pt;
font-family:Arial;
mso-fareast-font-family:"T
imes New Roman";}
p
{margin-right:0in;
mso-margin-top-alt:auto;
mso-margin-bottom-alt:auto
;
margin-left:0in;
mso-pagination:widow-orpha
n;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"T
imes New Roman";}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="2050"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![e
ndif]-->
</head>
<body lang=EN-US style='tab-interval:.5in'>
<table>
<tr><td>
<a href="/ICG/XXXXXCulturalGa
rden.htm" target="main">XXXXX Cultural Garden</a> &nbs
p;
</td><td>
<a href="/ICG/OneWorldDay.htm
" target="main">One World Day</a> &
nbsp;
</td>
<td>
<a href="/ICG/MahatmaGandhi.h
tm" target="main">Mahatma Gandhi Statue Dedication</a>
</td>
</tr>
</table>
<div class=Section1>
<p align=center style='text-align:center'>
<b><span style='font-family:Arial'>
XXXXX
Cultural Garden</span></b></p>
<p class=MsoBodyText> Th
e XXXXX Garden is the newest addition to the
Cleveland Cultural Gardens, the hidden jewel within Rockefeller Park-- a two
mile tranquil stretch north of University Circle. The XXXXX Garden is located
off Martin Luther King Rd. within Rockefeller Park.</p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'>The Cultural Gardens were conceived for the purpose of
honoring and celebrating Cleveland's cultural diversity and to symbolize peace,
brotherhood and harmony among people of all nations. They were built in the
early 1900s and are the result of a joint effort between the various ethnic
communities, the City of Cleveland and the Federal Government. They continue to
remain a major landmark in the city of Cleveland. They represent the first,
most comprehensive and finest memorial to peace, brotherhood and unity in this
country.<o:p></o:p></span>
</p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'>Althoug
h the plot for the XXXXX Garden was given to the
community many years ago, it was only in 1997, through the efforts of NetIP,
led by Seema Haria that the XXXXX Garden first took shape. Lacking any
permanent structures, the garden subsequently ceased to exist. In 1999, XXXX,
under the leadership of then President Raj Pillai undertook the task of
building a permanent Garden by mobilizing community support. Then board member
(and current XXXX president) Vijaya Emani championed the effort.<o:p></o:p></span><
/p>
<span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l;
mso-fareast-font-family:"T
imes New Roman";mso-ansi-language:E
N-US;mso-f
areast-lan
guage:
EN-US;mso-bidi-language:AR
-SA'><br clear=all style='page-break-before:a
lways'>
</span>
<p class=MsoNormal><!--[if gte vml 1]><v:shapetype id="_x0000_t202"
coordsize="21600,21600" o:spt="202" path="m0,0l0,21600,21600,2
1600,21600
,0xe">
<v:stroke joinstyle="miter"/>
<v:path gradientshapeok="t" o:connecttype="rect"/>
</v:shapetype><v:shape id="_x0000_s1034" type="#_x0000_t202" style='position:absolute;
margin-left:406.5pt;margin
-top:251.2
5pt;width:
270pt;heig
ht:27pt;z-
index:3;
mso-position-horizontal:ab
solute;mso
-position-
vertical:a
bsolute' filled="f"
stroked="f"/><![endif]--><
![if !vml]><span style='mso-ignore:vglayout
;
position:absolute;z-index:
0;margin-l
eft:542px;
margin-top
:335px;wid
th:362px;
height:38px'>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=362 height=38 align=left valign=top style='vertical-align:top'
><![endif]
><![if !mso]><span
style='position:absolute;z
-index:3'>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div v:shape="_x0000_s1034" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
class=shape>
<p class=MsoNormal align=center style='text-align:center'>
<i><span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt'>Phase
I of XXXXX Garden <o:p></o:p></span></i></p>
</div>
<![if !mso]></td>
</tr>
</table>
</span><![endif]><![if !mso & !vml]> <![endif]><![i
f !vml]></td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shapety
pe id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5
xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_s1037" type="#_x0000_t75" style='position:absolute;
margin-left:36pt;margin-to
p:0;width:
5in;height
:270.6pt;z
-index:6;
mso-wrap-distance-top:14.4
pt;mso-wra
p-distance
-bottom:14
.4pt;
mso-position-vertical-rela
tive:page'
>
<v:imagedata src="./XXXXXCulturalGarden
_files/ima
ge001.jpg"
o:title="XXXXX Garden 1"/>
<w:wrap type="topAndBottom"/>
</v:shape><![endif]--><![i
f !vml]><span style='mso-ignore:vglayout
'>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=48 height=0></td>
</tr>
<tr>
<td></td>
<td><img width=480 height=361 src="./XXXXXCulturalGarden
_files/ima
ge002.jpg"
v:shapes="_x0000_s1037"></
td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]
--><br
style='mso-ignore:vglayout
' clear=ALL>
<span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>The
XXXXX Cultural Garden (ICG) Committee was formed in 2002 to choose a design for
the garden and to move the project forward.<span style="mso-spacerun: yes">
</span>After evaluating several firms, the committee invited proposals from 3
architects.<span style="mso-spacerun: yes"> </span>The winning design was the
one submitted by architect Chester Turner, and it was further developed by
landscape architect Jim McKnight.<span style="mso-spacerun: yes"> </span>Key
features of the design are:<span style="mso-spacerun: yes"> </span>a circular
walkway with granite pillars carrying inscriptions, a Mahatma Gandhi Statue, a
gate reminiscent of the Sanchi Stupa, and steps leading to Doan Brook, the
stream which flows behind the garden (reminiscent of steps on the banks of many
XXXXXn rivers).<span style="mso-spacerun: yes"> </span><o:p></o:p></span><
/p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><span style="mso-spacerun: yes"> </span><o:p></o:p></span><
/p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'>The groundbreaking for the garden took place on May 22,
2005.<span style="mso-spacerun: yes"> </span>Cleveland Mayor Jane Campbell
and dignitaries from the XXXXXn community participated in the ceremony.<span
style="mso-spacerun: yes"> </span>Phase I of the garden was completed in
September, and the XXXXXn flag has been flying at the site ever since.<span
style="mso-spacerun: yes"> </span><o:p></o:p></span><
/p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal><!--[if gte vml 1]><v:shape id="_x0000_s1033" type="#_x0000_t202"
style='position:absolute;m
argin-left
:108pt;mar
gin-top:27
8pt;width:
207pt;
height:18pt;z-index:2' filled="f" stroked="f"/><![endif]--><
![if !vml]><span
style='mso-ignore:vglayout
'>
<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=144 height=371></td>
</tr>
<tr>
<td></td>
<td width=278 height=26 align=left valign=top style='vertical-align:top'
><![endif]
><![if !mso]><span
style='position:absolute;z
-index:2'>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div v:shape="_x0000_s1033" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
class=shape>
<p class=MsoNormal align=center style='text-align:center'>
<i><span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt'>XXXXX
Garden in Fall,
2005<o:p></o:p></span></i>
</p>
</div>
<![if !mso]></td>
</tr>
</table>
</span><![endif]><![if !mso & !vml]> <![endif]><![i
f !vml]></td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shape id="_x0000_s1028"
type="#_x0000_t75" style='position:absolute;m
argin-left
:27pt;marg
in-top:0;
width:351pt;height:263.75p
t;z-index:
1;mso-wrap
-distance-
left:28.8p
t;
mso-wrap-distance-top:14.4
pt;mso-wra
p-distance
-right:50.
4pt;
mso-wrap-distance-bottom:1
4.4pt'>
<v:imagedata src="./XXXXXCulturalGarden
_files/ima
ge003.jpg"
o:title="Flag 1"/>
<w:wrap type="topAndBottom"/>
</v:shape><![endif]--><![i
f !vml]><span style='mso-ignore:vglayout
'>
<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=36 height=0></td>
</tr>
<tr>
<td></td>
<td><img width=468 height=352 src="./XXXXXCulturalGarden
_files/ima
ge004.jpg"
v:shapes="_x0000_s1028"></
td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]
--><br
style='mso-ignore:vglayout
' clear=ALL>
<span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<br style='mso-ignore:vglayout
' clear=ALL>
<p class=MsoNormal><!--[if gte vml 1]><v:shape id="_x0000_s1035" type="#_x0000_t202"
style='position:absolute;m
argin-left
:325.5pt;m
argin-top:
249pt;widt
h:171pt;
height:18pt;z-index:4;mso-
position-h
orizontal:
absolute;
mso-position-vertical:abso
lute' filled="f" stroked="f"/><![endif]--><
![if !vml]><span
style='mso-ignore:vglayout
;position:
absolute;z
-index:4;m
argin-left
:434px;
margin-top:332px;width:230
px;height:
26px'>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=230 height=26 align=left valign=top style='vertical-align:top'
><![endif]
><![if !mso]><span
style='position:absolute;z
-index:4'>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div v:shape="_x0000_s1035" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
class=shape>
<h2>The New Mahatma Gandhi statue</h2>
</div>
<![if !mso]></td>
</tr>
</table>
</span><![endif]><![if !mso & !vml]> <![endif]><![i
f !vml]></td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shape id="_x0000_s1036"
type="#_x0000_t75" style='position:absolute;m
argin-left
:126pt;mar
gin-top:0;
width:184.5pt;height:246pt
;z-index:5
;mso-wrap-
distance-t
op:14.4pt;
mso-wrap-distance-bottom:1
4.4pt;mso-
position-v
ertical-re
lative:pag
e'>
<v:imagedata src="./XXXXXCulturalGarden
_files/ima
ge005.jpg"
o:title="Gandhiji01"/>
<w:wrap type="topAndBottom"/>
</v:shape><![endif]--><![i
f !vml]><span style='mso-ignore:vglayout
'>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=168 height=0></td>
</tr>
<tr>
<td></td>
<td><img width=246 height=328 src="./XXXXXCulturalGarden
_files/ima
ge006.jpg"
v:shapes="_x0000_s1036"></
td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]
--><br
style='mso-ignore:vglayout
' clear=ALL>
<span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>The
Mahatma Gandhi statue was installed on October 1, 2006.<span
style="mso-spacerun: yes"> </span>The 10 ft. bronze statue, sculpted by world
famous sculptor Gautam Pal of Kolkatta sits atop a 7 ft granite pedestal.<span
style="mso-spacerun: yes"> </span>The dedication of the statue coincided with
the celebration of One World Day, the annual celebration of Clevelands ethnic
diversity. <span style="mso-spacerun: yes"> </span>Ambassador Ronen Sen of
XXXXX, Congressman Dennis Kucinich, Rev. Dr. Otis Moss, Jr., and Cleveland City
Councilwoman Sabra Pierce Scott unveiled the statue.<span style="mso-spacerun:
yes"> </span><o:p></o:p></span><
/p>
<p class=MsoNormal><!--[if gte vml 1]><v:shape id="_x0000_s1039" type="#_x0000_t202"
style='position:absolute;m
argin-left
:135pt;mar
gin-top:26
9pt;width:
189pt;
height:18pt;z-index:8' filled="f" stroked="f"/><![endif]--><
![if !vml]><span
style='mso-ignore:vglayout
'>
<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=180 height=359></td>
</tr>
<tr>
<td></td>
<td width=254 height=26 align=left valign=top style='vertical-align:top'
><![endif]
><![if !mso]><span
style='position:absolute;z
-index:8'>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div v:shape="_x0000_s1039" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
class=shape>
<h3 align=center style='text-align:center'>
<span style='font-family:"Times New Roman"'>Current
view of the XXXXX Garden<o:p></o:p></span></
h3>
</div>
<![if !mso]></td>
</tr>
</table>
</span><![endif]><![if !mso & !vml]> <![endif]><![i
f !vml]></td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shape id="_x0000_s1038"
type="#_x0000_t75" style='position:absolute;m
argin-left
:54pt;marg
in-top:0;
width:333pt;height:249.75p
t;z-index:
7;mso-wrap
-distance-
top:14.4pt
;
mso-wrap-distance-bottom:1
4.4pt;mso-
position-v
ertical-re
lative:pag
e'>
<v:imagedata src="./XXXXXCulturalGarden
_files/ima
ge007.jpg"
o:title="G4"/>
<w:wrap type="topAndBottom"/>
</v:shape><![endif]--><![i
f !vml]><span style='mso-ignore:vglayout
'>
<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=72 height=0></td>
</tr>
<tr>
<td></td>
<td><img width=444 height=333 src="./XXXXXCulturalGarden
_files/ima
ge008.jpg"
v:shapes="_x0000_s1038"></
td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]
--><br
style='mso-ignore:vglayout
' clear=ALL>
<span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<br style='mso-ignore:vglayout
' clear=ALL>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'>The final phase of the gardenthe installation of the gate
as well as the granite pillars will be completed in 2007.<span
style="mso-spacerun: yes"> </span><o:p></o:p></span><
/p>
<p class=MsoNormal><!--[if gte vml 1]><v:shape id="_x0000_s1041" type="#_x0000_t202"
style='position:absolute;m
argin-left
:298.5pt;m
argin-top:
237pt;widt
h:3in;
height:18pt;z-index:10;mso
-position-
horizontal
:absolute;
mso-position-vertical:abso
lute' filled="f" stroked="f"/><![endif]--><
![if !vml]><span
style='mso-ignore:vglayout
'>
<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=398 height=316></td>
</tr>
<tr>
<td></td>
<td width=290 height=26 align=left valign=top style='vertical-align:top'
><![endif]
><![if !mso]><span
style='position:absolute;z
-index:10'
>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div v:shape="_x0000_s1041" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
class=shape>
<h2>Proposed gate based on Sanchi Stupa</h2>
</div>
<![if !mso]></td>
</tr>
</table>
</span><![endif]><![if !mso & !vml]> <![endif]><![i
f !vml]></td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shape id="_x0000_s1040"
type="#_x0000_t75" style='position:absolute;m
argin-left
:126pt;mar
gin-top:0;
width:188.8pt;height:243pt
;z-index:9
;mso-wrap-
distance-t
op:14.4pt;
mso-wrap-distance-bottom:1
4.4pt;mso-
position-v
ertical-re
lative:pag
e'>
<v:imagedata src="./XXXXXCulturalGarden
_files/ima
ge009.jpg"
o:title="CGGate_GVReddy_De
sign"/>
<w:wrap type="topAndBottom"/>
</v:shape><![endif]--><![i
f !vml]><span style='mso-ignore:vglayout
'>
<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=168 height=0></td>
</tr>
<tr>
<td></td>
<td><img width=252 height=324 src="./XXXXXCulturalGarden
_files/ima
ge010.jpg"
v:shapes="_x0000_s1040"></
td>
</tr>
</table>
</span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]
--><br
style='mso-ignore:vglayout
' clear=ALL>
<span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<br style='mso-ignore:vglayout
' clear=ALL>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'>To reach the XXXXX Garden, take the Martin Luther King Rd.
exit off I-90 and go south towards University Circle. The XXXXX Garden is
situated on the west side of Martin Luther King Blvd. beside the Finnish
Garden, between Superior and St. Clair Avenues.<span style="mso-spacerun:
yes"> </span><o:p></o:p></span><
/p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>XXXXX
Cultural Garden Committee:<o:p></o:p></spa
n></p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Raj
Pillai, Chair<o:p></o:p></span></p
>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Vijaya
Emani<o:p></o:p></span></p
>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Satish
Parikh<o:p></o:p></span></
p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Ramesh
Mirakhur, Treasurer<o:p></o:p></span
></p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Guru
Bhandari<o:p></o:p></span>
</p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Mannar
Dhandapani<o:p></o:p></spa
n></p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Hrishue
Mahalaha<o:p></o:p></span>
</p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Suparna
Mahalaha<o:p></o:p></span>
</p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Cynthia
Chand<o:p></o:p></span></p
>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Advisor
s:<o:p></o
:p></span>
</p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Raman
Patel<o:p></o:p></span></p
>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Balraj
Saini<o:p></o:p></span></p
>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Andy
Chakalis<o:p></o:p></span>
</p>
<p class=MsoNormal align=center style='text-align:center'>
<span
style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;font-f
amily:Aria
l'>Bill
Jirousek<o:p></o:p></span>
</p>
<p class=MsoNormal><span style='font-size:10.0pt;ms
o-bidi-fon
t-size:12.
0pt;
font-family:Arial'><![if !supportEmptyParas]>
<![endif]>
<o:p></o:p
></span></
p>
</div>
</body>
</html>
Start Free Trial