הקוד של הMP
<table style="width: 100%;">
<tr style=" background-color: #9E9E9E">
<td colspan="2" align="center" style="font-size: 70px; color: #000000;">
<img src="Pictures/cover_logo.png" />
</td>
</tr>
<tr>
<td colspan="2" align="center" style"background-color: #66CCFF">
<div style="font-size: 24px; color: #000000; background-color: #7630CB;">
שלום <%=Session["fname"] %>!
<%=s %> <%=s1 %> <%=s2 %> <%=s3 %> <%=s4 %> <%=s5 %> <%=s6 %></div>
</td>
</tr>
<tr>
<td style="background-color: #FFFFFF;" valign="top">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
<tr>
<td>
כרגע גולשים באתר <%=Application["now"] %> אנשים. <br />
סה"כ גלשו עד היום באתר <%=Application["ever"] %> אנשים. <br />
פעם גלשו באתר באותו זמן <%=Application["max"] %> אנשים. <br />
</td>
</tr>
</table>