<!-- Begin
document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
// document.write('<DIV id="menutop" style="width : 150px;-moz-opacity: 0.4; filter:alpha(opacity=40);">');
// document.write('<img src="picts/menu-top-1.gif" width="150" height="50"></a><br>');
// document.write('</DIV>');
// document.write('<img src="picts/menu-top.jpg" width="150" height="75"></a><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Cynthia</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service.htm" class="menu">Services & Fees</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="interior-decorating.htm" class="menu">Interior Decorating</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="faux-decorating.htm" class="menu">Faux Finishing</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="custom-drapery.htm" class="menu">Custom Drapery</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="comments.htm" class="menu">Client Comments</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="payments.htm" class="menu">Payments</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://blog.myawesomeinteriors.com/" class="menu" target="_blank">Cynthia\'s Blog</a>');
document.write('<center><font size="5"><b>Design<br>Galleries</b></font></center>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="interior-designs.htm" class="menu">Interior Decorating</a>')
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="interior-redesigns.htm" class="menu">Interior Redesigns</a>')
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="area-rugs.htm" class="menu">Area Rugs</a>')
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="custom-furniture.htm" class="menu">Custom Furniture</a>')
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="faux-finishes.htm" class="menu">Faux Finishes</a>')
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="custom-bedding.htm" class="menu">Custom Bedding</a>')
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="custom-draperies.htm" class="menu">Custom Draperies</a>')
document.write('</td></tr><tr><td><br>');

// document.write('<a href="http://www.awesomeinteriors.blogspot.com" target="blank"><img src="picts/sidebar-left.jpg" class="borders" width="148" height="75"></a><br><br>');

document.write('<table border="0" width="100%"><tr><td align="center">');
document.write('<a href="http://blog.myawesomeinteriors.com" target="blank"><img border="0" src="images/social/my-blog.png" width="40" height="40"></a></td>');
// document.write('<td><a href="http://www.awesomeinteriors.blogspot.com" target="blank"><img border="0" src="images/social/blogger.png" width="40" height="40"></a></td>');
document.write('<td align="center"><a href="http://www.facebook.com/pages/Awesome-Interiors/113628206644" target="blank"><img border="0" src="images/social/facebook.png" width="40" height="40"></a></td></tr><tr>');
document.write('<td align="center"><a href="http://www.youtube.com/user/yourhomeredesigner" target="blank"><img border="0" src="images/social/youtube.png" width="40" height="40"></a></td>');
// document.write('<td><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=381223472" target="blank"><img border="0" src="images/social/myspace.png" width="40" height="40"></a></td>');
document.write('<td align="center"><a href="http://www.linkedin.com/in/interiorstylist" target="blank"><img border="0" src="images/social/linkedin.png" width="40" height="40"></a></td>');
document.write('</tr></table>');


document.write('<img src="picts/spacer.gif" width="150" height="1"></a><br>');
document.write('</td></tr></table></DIV>');

document.write('<div id="date-location" style="right: 400px; POSITION: absolute; TOP: 76px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
//  End -->