Here is the index.tpl
{if $is_embedded != true}
{if $is_xhtml}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{else}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
{/if}
<html>
<head>
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />
{if $entry_id}
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" />
{/if}
{serendipity_hookPlugin hook="frontend_header"}
</head>
<body>
{else}
{serendipity_hookPlugin hook="frontend_header"}
{/if}
{if $is_raw_mode != true}
<TABLE cellSpacing=0 cellPadding=0 width="780" border=0 >
<TBODY>
<TR>
<TD width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="780" border=0
>
<TR>
<TD><IMG height=49 src="
http://www.ifrendz.com/header.gif" width=780></TD></TR>
<TR>
<TD vAlign=center bgColor=#2266BB height=20 align=center valign=center>
<a href="
http://www.ifrendz.com/index.php" ><img name="Image1" border="0" src="
http://www.ifrendz.com/but1.gif" width="50" height="20"></a>
<a href="
http://www.ifrendz.com/inspirations/index.php" ><img name="Image2" border="0" src="
http://www.ifrendz.com/but2.gif" width="90" height="20"></a>
<a href="
http://www.ifrendz.com/dosti/index.php" ><img name="Image3" border="0" src="
http://www.ifrendz.com/but3.gif" width="43" height="20"></a>
<a href="
http://www.ifrendz.com/shaadi/index.php" ><img name="Image4" border="0" src="
http://www.ifrendz.com/but4.gif" width="57" height="20"></a>
<a href="
http://www.ifrendz.com/freeads/index.php" ><img name="Image5" border="0" src="
http://www.ifrendz.com/but5.gif" width="70" height="20"></a>
<a href="
http://www.ifrendz.com/ecards/index.php" ><img name="Image6" border="0" src="
http://www.ifrendz.com/but6.gif" width="55" height="20"></a>
<a href="
http://www.ifrendz.com/mboard/mboard.php"><img name="Image7" border="0" src="
http://www.ifrendz.com/but7.gif" width="82" height="20"></a>
<a href="
http://www.ifrendz.com/gallery/index.php"><img name="Image8" border="0" src="
http://www.ifrendz.com/but8.gif" width="100" height="20"></a>
<a href="
http://ifrendz.ezthemes.com/jokes/index.php"><img name="Image9" border="0" src="
http://www.ifrendz.com/but9.gif" width="50" height="20"></a>
<a href="
http://www.ifrendz.com/games/index.html"><img name="Image10" border="0" src="
http://www.ifrendz.com/but10.gif" width="55" height="20"></a>
<a href="
http://www.ifrendz.com/fun/index.html"><img name="Image11" border="0" src="
http://www.ifrendz.com/but11.gif" width="36" height="20"></a>
<a href="
http://www.ifrendz.com/blogs/index.php"><img name="Image12" border="0" src="
http://www.ifrendz.com/but12.gif" width="46" height="20"></a>
</td></tr></table>
<div id="serendipity_banner">
<h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle}</a></h1>
<h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@default:$blogDescription}</a></h2>
</div>
<table id="mainpane">
<tr>
{if $leftSidebarElements > 0}
<td id="serendipityLeftSideBar" valign="top"><div class="sideBarSpacer">{serendipity_printSidebar side="left"}</div></td>
{/if}
<td valign="top" id="content"><div id="contentSpacer">{$CONTENT}</div></td>
{if $rightSidebarElements > 0}
<td id="serendipityRightSideBar" valign="top"><div class="sideBarSpacer">{serendipity_printSidebar side="right"}</div></td>
{/if}
</tr>
</table>
{/if}
{$raw_data}
{serendipity_hookPlugin hook="frontend_footer"}
<div id="copyright">Design <a href="
http://garv.in/">Garvin Hicking</a>, Icons <a href="
http://tango-project.org/">Tango Project</a></div>
{if $is_embedded != true}
</body>
</html>
{/if}
Now please look it and tell me what to do?