// JavaScript Document
var str;
str='';
str = str +'<table width="100%" border="0" cellspacing="0" cellpadding="0">';
str = str +'          <tr>';
str = str +'            <td width="17%"><img src="images/news_top_left.gif" alt="Top Left" /></td>';
str = str +'            <td width="79%" class="news_top_bg">News of the Month</td>';
str = str +'            <td width="4%"><img src="images/news_top_right.gif" alt="Top Right" /></td>';
str = str +'          </tr>';
str = str +'        </table>';
str = str +'          <table width="100%" border="0" cellpadding="0" cellspacing="0" class="news_bg">';
str = str +'            <tr>';
str = str +'              <td width="4%" class="news_left_bg"><img src="images/news_left_bg.gif" alt="Top Left" /></td>';
str = str +'              <td width="92%"><marquee behavior="scroll" direction="up" scrollamount="1" onMouseOver="this.stop();" onMouseOut="this.start();" height="150px">';
str = str +' <a href="javascript:;">1)	Classroom session announced for NATA, AIEEE & B.Arch. 2009 Entrance exams for Delhi, Chennai, Bhopal, Hydrabad, bangalore zone.<br> 2)	Online Scorer Test announced for NID, CEED, NATA & AIEEE 2009 B.Arch. Entrance test.</a>';
str = str +' </marquee></td>';
str = str +'              <td width="4%" class="news_right_bg"><img src="images/news_right_bg.gif" alt="Top Right" /></td>';
str = str +'            </tr>';
str = str +'            <tr>';
str = str +'              <td><img src="images/news_bot_left.gif" alt="Bottom _left" /></td>';
str = str +'              <td class="news_bot_bg"><img src="images/news_bot_bg.gif" alt="Bottom Bg" width="2" height="10" /></td>';
str = str +'              <td><img src="images/news_bot_right.gif" alt="Bottom Right" /></td>';
str = str +'            </tr>';
str = str +'          </table>';
str = str +'              <div style="padding:10px 0;" align="center">';
str = str +'			<a href="http://www.linkexchange.architectureaptitude.com/" target="_blank">';
str = str +'              <img src="images/web_directory.jpg" title="Web Directory" alt="Web Directory" border="0">';
str = str +'			</a>';
str = str +'              
str = str +'              </div>';
document.write(str);