Canadian Sponsorship Forum Blog
<%
string id;
try {
id = Request.QueryString["id"].ToString();
}catch {
id = "";
}
if(id!=""){
Response.Write(getBlogNavigation());
Response.Write(getBlogPosts(id));
showBlogComments();
}else {
Response.Write(getBlogPosts());
}
%>
<%
if(bannerType=="swf"){
%>
<%
}else {
%>
<%
}
%>



