document.write('<table height="25px" border="0" cellspacing="5" cellpadding="0"><tr>');

// first
if (days == 6)
	document.write('<td align="center" class="txt_wht3"><b>Reception</b></td>');
else
	document.write('<td align="center" class="txt_wht3"><a href="http://www.starboxoffice.com/gallery/amrita_reception.asp" class="txt_yellow"><b>Reception</b></a></td>');

document.write('<td><span class="txt_yellow">&nbsp;&nbsp;|&nbsp;&nbsp;</span></td>');

// first
if (days == 5)
	document.write('<td align="center" class="txt_wht3"><b>Musical Night</b></td>');
else
	document.write('<td align="center" class="txt_wht3"><a href="http://www.starboxoffice.com/gallery/musical_night.asp" class="txt_yellow"><b>Musical Night</b></a></td>');

document.write('<td><span class="txt_yellow">&nbsp;&nbsp;|&nbsp;&nbsp;</span></td>');

// first
if (days == 4)
	document.write('<td align="center" class="txt_wht3"><b>Wedded Bliss</b></td>');
else
	document.write('<td align="center" class="txt_wht3"><a href="http://www.starboxoffice.com/gallery/wedded_bliss.asp" class="txt_yellow"><b>Wedded Bliss</b></a></td>');

document.write('<td><span class="txt_yellow">&nbsp;&nbsp;|&nbsp;&nbsp;</span></td>');

// first
if (days == 3)
	document.write('<td align="center" class="txt_wht3"><b>At Olive</b></td>');
else
	document.write('<td align="center" class="txt_wht3"><a href="http://www.starboxoffice.com/gallery/blushing_bride.asp" class="txt_yellow"><b>At Olive</b></a></td>');

document.write('<td><span class="txt_yellow">&nbsp;&nbsp;|&nbsp;&nbsp;</span></td>');

// first
if (days == 2)
	document.write('<td align="center" class="txt_wht3"><b>Sangeet</b></td>');
else
	document.write('<td align="center" class="txt_wht3"><a href="http://www.starboxoffice.com/gallery/amritas_sangeet_ceremony.asp" class="txt_yellow"><b>Sangeet</b></a></td>');

document.write('<td><span class="txt_yellow">&nbsp;&nbsp;|&nbsp;&nbsp;</span></td>');

// first
if (days == 1)
	document.write('<td align="center" class="txt_wht3"><b>Wish Ammu</b></td>');
else
	document.write('<td align="center" class="txt_wht3"><a href="http://www.starboxoffice.com/specials/amrita/amrita_wish.asp" class="txt_yellow"><b>Wish Ammu</b></a></td>');




document.write('</tr></table>');
