

document.write('<script type="text/javascript" src="http://www.ampminsure.org/include/js/movable-win.js"></script>');
document.write('<link rel="stylesheet" href="http://www.ampminsure.org/include/css/ampmnews-noneditable.css" type="text/css" />');
var NewsTopicInfoObj = {1811 : {"title" : "The exclusions and illusions of travel insurance", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "The exclusions and illusions of travel insurance", "postdate" : "Fri Aug 25, 2006 2:09 am", "posttext" : "Terrorism scares and hurricane warnings have spurred an increase in sales of<br />travel insurance, but there's a catch: Most policies offer only very limited", "FldURL" : null, "Replies" : "0"}}}, 1812 : {"title" : "Inhuman acts: Insurance scams surface in Jabalpur", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "Inhuman acts: Insurance scams surface in Jabalpur", "postdate" : "Fri Aug 25, 2006 2:10 am", "posttext" : "Some of the world's biggest insurance companies fight it out for the Indian<br />market worth $20 billion. As the insurance stakes become", "FldURL" : null, "Replies" : "0"}}}, 1810 : {"title" : "Pet insurance: Worth looking into", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "Pet insurance: Worth looking into", "postdate" : "Fri Aug 25, 2006 2:09 am", "posttext" : "The demand for advanced health care for pets has been one of the driving<br />forces behind the option of pet health insurance", "FldURL" : null, "Replies" : "0"}}}, 1808 : {"title" : "ConsumerWatch: Students Should Consider Insurance", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "ConsumerWatch: Students Should Consider Insurance", "postdate" : "Fri Aug 25, 2006 2:07 am", "posttext" : "College students heading back to class need to think twice about health<br />insurance, as one woman's story showed. Rene", "FldURL" : null, "Replies" : "0"}}}, 1809 : {"title" : "County pay raises to offset insurance", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "County pay raises to offset insurance", "postdate" : "Fri Aug 25, 2006 2:08 am", "posttext" : "County employees will see a small salary increase beginning in October while<br />having to absorb half of a 30 percent increase in their health insurance<br />after the", "FldURL" : null, "Replies" : "0"}}}, 1807 : {"title" : "Insurance Data Show High Costs of Persistent Asthma", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "Insurance Data Show High Costs of Persistent Asthma", "postdate" : "Fri Aug 25, 2006 2:06 am", "posttext" : "Led by Dr. Gene Colice of Washington Hospital Center, Washington, DC, the<br />researchers used a large insurance database to analyze costs associated with", "FldURL" : null, "Replies" : "0"}}}, 1805 : {"title" : "Swiss Re finalizes acquisition of GE Insurance Solutions", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "Swiss Re finalizes acquisition of GE Insurance Solutions", "postdate" : "Fri Aug 25, 2006 2:04 am", "posttext" : "Swiss Reinsurance Co. has acquired GE Insurance Solutions for US$7.4 billion.<br />... Swiss Re announced plans to purchase GE Insurance Solutions on Nov. 18,<br />2005", "FldURL" : null, "Replies" : "0"}}}, 1804 : {"title" : "Québec's damage insurance business stable: AMF", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "Québec's damage insurance business stable: AMF", "postdate" : "Fri Aug 25, 2006 2:03 am", "posttext" : "&amp;quot;The damage insurance business in Québec was therefore stable in<br />2005,&amp;quot; according to the report, prepared by the Autorité des marchés<br />financiers (AMF)", "FldURL" : null, "Replies" : "0"}}}, 1802 : {"title" : "Insurance assessors to inspect beached yacht", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "Insurance assessors to inspect beached yacht", "postdate" : "Fri Aug 25, 2006 2:01 am", "posttext" : "Insurance assessors from Blenheim were to inspect the beached yacht Alida<br />this afternoon to devise a salvage plan for the sloop", "FldURL" : null, "Replies" : "0"}}}, 1801 : {"title" : "Insurance sector plays a pioneer role", "replies" : "1", "posts" : {0 : {"username" : "evan", "subject" : "Insurance sector plays a pioneer role", "postdate" : "Fri Aug 25, 2006 2:01 am", "posttext" : "Shanghai's insurance market has maintained an upward trend this year, with<br />premium revenue of 21.94 billion yuan (US$2.75 billion) from January to June,<br />an", "FldURL" : null, "Replies" : "0"}}}};
var LatestNewsNavTabs = new Array();
// Example:
// FnWriteCookieNews("myNewsCookie", "my name", 24);
// Stores the string "my name" in the cookie "myNewsCookie" which expires after 24 hours.
function FnWriteCookieNews(name, value, hours)
{
        var expire = "";
        if(hours != null)
        {
                expire = new Date((new Date()).getTime() + hours * 3600000);
                expire = "; expires=" + expire.toGMTString();
        }
        document.cookie = name + "=" + escape(value) + expire + 'Host' + "=" + "http://www.ampminsure.org";
}
// Example:
// alert( FnNewsReadCookie("myNewsCookie") );
function FnNewsReadCookie(name)
{
        var NewscookieValue = "";
        var search = name + "=";
        if(document.cookie.length > 0)
        {
                offset = document.cookie.indexOf(search);
                if (offset != -1)
                {
                        offset += search.length;
                        end = document.cookie.indexOf(";", offset);
                        if (end == -1) end = document.cookie.length;
                        NewscookieValue = unescape(document.cookie.substring(offset, end))
                }
        }
        return NewscookieValue;
}


function FnDisplayCommentFormForNewsItems(frmControlObj)
{
        frmObj = frmControlObj.form;
        count = frmObj.elements.length;
        frmControlName = frmControlObj.name;

        for (i=0;i<count;i++)
        {
                box = frmObj.elements[i];
                if (box.name == frmControlName)
                {
                        switch(box.name)
                        {
                                case 'TagsText' :
                                        if(FnNewsTrimString(box.value) == 'Category Tags(OPTIONAL):')
                                                box.value = '';
                                        break;
                                case 'email' :
                                        if(FnNewsTrimString(box.value) == 'Your Email(OPTIONAL):')
                                                box.value = '';
                                        break;
                                case 'UserName' :
                                        if(FnNewsTrimString(box.value) == 'Your Name:')
                                                box.value = '';
                                        break;
                                case 'MessageText' :
                                        if(FnNewsTrimString(box.value) == 'Detail:')
                                                box.value = '';
                                        break;
                        }
                }
                else
                {
                        switch(box.name)
                        {
                                case 'email' :
                                        if(!FnNewsTrimString(box.value))
                                                box.value = 'Your Email(OPTIONAL):';
                                        break;
                                case 'TagsText' :
                                        if(!FnNewsTrimString(box.value))
                                                box.value = 'Category Tags(OPTIONAL):';
                                        break;
                                case 'UserName' :
                                        if(!FnNewsTrimString(box.value))
                                                box.value = 'Your Name:';
                                        break;
                                case 'MessageText' :
                                        if(!FnNewsTrimString(box.value))
                                                box.value = 'Detail:';
                                        break;
                        }
                }
        }
}

function FnValidateNewsPostReplyForm(FormObj)
{
        if(FnNewsTrimString(FormObj.UserName.value)=="Your Name:" || FnNewsTrimString(FormObj.UserName.value)=="")
        {
                alert('Please enter your Name.');
                FormObj.UserName.focus();
                return false;
        }
        else if(FnNewsTrimString(FormObj.MessageText.value) =="Detail:" || FnNewsTrimString(FormObj.MessageText.value) == "")
        {
              alert('Please enter message.');
              FormObj.MessageText.focus();
              return false;
        }
        FnWriteCookieNews('TopicID', FormObj.TopicID.value, 24);
        return true;
}

function FnGetNewsPostReplyFormHTML(TopicID)
{
        var HostName = document.location.href;

        var NewsPostReplyFormHTML = '<form action="http://www.ampminsure.org/include/ajax/syndicate-post-and-return.php" method="post" onsubmit="return FnValidateNewsPostReplyForm(this);" style="display: inline;">';
        NewsPostReplyFormHTML += '<table width="200" border="0" cellpadding="2" cellspacing="0" class="ask" align="center">';
        NewsPostReplyFormHTML += '<tr><td width="10%" valign="top"><input type="text" name="TagsText" size="26" maxlength="26" value="Category Tags(OPTIONAL):" onfocus="FnDisplayCommentFormForNewsItems(this);" /></td><td><img src="http://www.ampminsure.org/styles/apin/img/tooltip.gif" alt="tooltip3" title="Name the category you want to put this News."/></td></tr>';
        NewsPostReplyFormHTML += '<tr><td width="10%" valign="top"><input type="text" name="email" size="26" maxlength="26" value="Your Email(OPTIONAL):" onfocus="FnDisplayCommentFormForNewsItems(this);" /></td><td><img src="http://www.ampminsure.org/styles/apin/img/tooltip.gif" alt="tooltip3" title="Your Valid Email ID Will be used only with your permission."/></td></tr>';
        NewsPostReplyFormHTML += '<tr><td width="10%" valign="top"><input type="text" name="UserName" size="26" maxlength="26" value="Your Name:" onfocus="FnDisplayCommentFormForNewsItems(this);" /></td><td><img src="http://www.ampminsure.org/styles/apin/img/tooltip.gif" alt="tooltip3" title="This will display as your community name."/></td></tr>';
        NewsPostReplyFormHTML += '<tr><td width="10%" valign="top"><textarea name="MessageText" cols="25" rows="6" onfocus="FnDisplayCommentFormForNewsItems(this);">Detail:</textarea></td><td><img src="http://www.ampminsure.org/styles/apin/img/tooltip.gif" alt="tooltip3" title="Put a comment for the post."/></td></tr>';
        NewsPostReplyFormHTML += '<tr><td valign="top" colspan="2"><input type="hidden" name="TopicID" value="'+TopicID+'" /><input type="hidden" name="ForumID" value="24" /><input type="hidden" name="ReferalURL" value="'+HostName+'"></td></tr>';
        NewsPostReplyFormHTML += '<tr><td valign="top" colspan="2" align="center"><input type="hidden" name="UserID" value="5"><input name="post" type="submit" class="cms_button" value="Post Reply" /></td></tr>';
        NewsPostReplyFormHTML += '</table></form>';

        return NewsPostReplyFormHTML;
}

function showFullDetailOfTopicForNews(NewstopicID)
{
        FnWriteCookieNews('TopicID',NewstopicID, 24);
        var NewsTopicText = NewsTopicInfoObj[NewstopicID]['posts'][0]['posttext'];
        var NewsTopicTitle = NewsTopicInfoObj[NewstopicID]['title'];
        var NewsDivObj = document.getElementById('NewsShowTopicInfo');

        var NewsTopicDetailHTML = '';
        var tblclass = '';

        NewsTopicDetailHTML += '<table width="100%" cellspacing="0" class="maintable" align="center">';
        NewsTopicDetailHTML += '<tr><td class="forumtopichead" valign="center" nowrap>'+NewsTopicTitle+'</td></tr>';

        NewsTopicDetailHTML += '<tr><td colspan="3" class="forumtopicdescription">'+NewsTopicInfoObj[NewstopicID]['posts'][0]['posttext']+'</tr>';
        NewsTopicDetailHTML += '<tr><td colspan="3" align="right" class="topicstarter">submitted by :<b>'+NewsTopicInfoObj[NewstopicID]['posts'][0]['username']+'</b></td></tr>';

        for(var i=1;i<NewsTopicInfoObj[NewstopicID]['replies'];i++)
        {
                NewsTopicText = NewsTopicInfoObj[NewstopicID]['posts'][i]['posttext'];

                if(i%2==0) tblclass = 'row1';
                else tblclass = 'row2';

                NewsTopicDetailHTML += '<tr class="posted"><td width="50%" class="poster"><b>'+NewsTopicInfoObj[NewstopicID]['posts'][i]['username']+'</b> says ..</td><td><div class="postdate">Posted: '+NewsTopicInfoObj[NewstopicID]['posts'][i]['postdate']+'</div></td></tr>';

                NewsTopicDetailHTML += '<tr><td colspan="2" class="'+tblclass+'">'+NewsTopicText+'</td></tr>';
        }
        NewsTopicDetailHTML += '<tr><td colspan="2" class="posted" align="center"><b>Post your Comments</b></td></tr>';
        NewsTopicDetailHTML += '<tr><td colspan="2" align="center">'+FnGetNewsPostReplyFormHTML(NewstopicID)+'</td></tr>';
        NewsTopicDetailHTML += '</table>';
        NewsDivObj.innerHTML = NewsTopicDetailHTML;
        winList['NewsMiniForumWin'].open();
}

function FnNewsTrimString(stringVal)
{
        var str = stringVal;
        return str.replace(/^\s*|\s*$/g,"");
}
//.................Marque Content...........................
var delayb4scroll=2000 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
var marqueespeed = newsmarqueespeed; //Specify marquee scroll speed (larger is faster 1-10)
var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?

////NO NEED TO EDIT BELOW THIS LINE////////////

var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var actualheight=''

function scrollmarquee(){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}

function initializemarquee(){
cross_marquee=document.getElementById("vmarquee")
cross_marquee.style.top=0
marqueeheight=document.getElementById("marqueecontainer").offsetHeight
actualheight=cross_marquee.offsetHeight
if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){
//if Opera or Netscape 7x, add scrollbars to scroll and exit
cross_marquee.style.height=marqueeheight+"px"
cross_marquee.style.overflow="scroll"
return
}
setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
}

if (window.addEventListener)
window.addEventListener("load", initializemarquee, false)
else if (window.attachEvent)
window.attachEvent("onload", initializemarquee)
else if (document.getElementById)
window.onload=initializemarquee

//.............................END OF MARQUEE..................................

function FnShowNewsInitialTableForMiniForum()
{
        var HostName = document.location.href;
        var NewsInitialTable = '';
        var Posted = FnNewsReadCookie('PostVal');

        var NewsWindowHTMLCode = '<div id="NewsMiniForumWin" class="window" style="left: 219px; z-index: 6; width: 500px; visibility: hidden;">';
        NewsWindowHTMLCode += '<div style="" class="titleBar">';
        NewsWindowHTMLCode += '<span style="" class="titleBarText">Latest News</span>';
        NewsWindowHTMLCode += '<img class="titleBarButtons" alt="" src="http://www.ampminsure.org/styles/apin/img/nav-button.gif" usemap="#NewsMiniForumMap">';
        NewsWindowHTMLCode += '<map id="NewsMiniForumMap" name="NewsMiniForumMap">';
        NewsWindowHTMLCode += '<area shape="rect" coords="0,0,15,13" href="" alt="" title="Minimize" onclick="this.parentWindow.minimize();return false;">';
        NewsWindowHTMLCode += '<area shape="rect" coords="16,0,31,13" href="" alt="" title="Restore" onclick="this.parentWindow.restore();return false;">';
        NewsWindowHTMLCode += '<area shape="rect" coords="34,0,49,13" href="" alt="" title="Close" onclick="this.parentWindow.close();return false;">';
        NewsWindowHTMLCode += '</map></div>';
        NewsWindowHTMLCode += '<div id="NewsShowTopicInfo" class="clientArea" style="height: 300px;"><br /></div>';
        NewsWindowHTMLCode += '</div>';

        if(document.getElementById('LatestNewsHomeLink')=='http://www.ampminsure.org/')
        {
                document.getElementById('LatestNewsHomeLink').className = 'syndicate';
                var width = 500;
                var height = 400;
                var left = 200;
                var top = 70;


                NewsInitialTable += '<table border="0" >';
                NewsInitialTable += '<tr><td valign="top" nowrap>';
                NewsInitialTable += '<div id="LatestNewsMainContainer">';
                NewsInitialTable += '<div id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"><div id="vmarquee" style="position: absolute; width: 98%;"><table width="100%" border="0" cellspacing=0 ><tbody><tr><td ><tr><td class=\"newstopictitle\"><a href =http://www.post-gazette.com/pg/06236/715443-37.stm  >The exclusions and<br />&nbsp;illusions of travel<br />&nbsp;insurance</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">Terrorism scares and<br />hurricane warnings have<br />spurred an increase in sales<br />of travel insurance, but<br />there\'s a catch: Most<br />policies offer only very<br />limited</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1811);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://www.ndtv.com/features/showfeatures.asp?slug=Insurance+scams+surface+in+Jabalpur&Id=1388  >Inhuman acts: Insurance<br />&nbsp;scams surface in<br />&nbsp;Jabalpur</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">Some of the world\'s biggest<br />insurance companies fight it<br />out for the Indian market<br />worth $20 billion. As the<br />insurance stakes become</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1812);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://www.fortwayne.com/mld/newssentinel/living/15340297.htm  >Pet insurance: Worth<br />&nbsp;looking into</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">The demand for advanced<br />health care for pets has been<br />one of the driving forces<br />behind the option of pet<br />health insurance</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1810);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://www.ketv.com/newsarchive/9725455/detail.html  >ConsumerWatch: Students<br />&nbsp;Should Consider<br />&nbsp;Insurance</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">College students heading back<br />to class need to think twice<br />about health insurance, as<br />one woman\'s story showed.<br />Rene</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1808);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://www.neshobademocrat.com/main.asp?SectionID=2&SubSectionID=297&ArticleID=13057&TM=67087.92  >County pay raises to<br />&nbsp;offset insurance</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">County employees will see a<br />small salary increase<br />beginning in October while<br />having to absorb half of a 30<br />percent increase in their<br />health insurance after the</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1809);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://www.medindia.net/news/view_news_main.asp?x=13573  >Insurance Data Show<br />&nbsp;High Costs of<br />&nbsp;Persistent Asthma</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">Led by Dr. Gene Colice of<br />Washington Hospital Center,<br />Washington, DC, the<br />researchers used a large<br />insurance database to analyze<br />costs associated with</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1807);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://www.canadianunderwriter.ca/issues/ISArticle.asp?story_id=163219132051&issue=08012006&PC=  >Swiss Re finalizes<br />&nbsp;acquisition of GE<br />&nbsp;Insurance Solutions</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">Swiss Reinsurance Co. has<br />acquired GE Insurance<br />Solutions for US$7.4 billion.<br />... Swiss Re announced plans<br />to purchase GE Insurance<br />Solutions on Nov. 18, 2005</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1805);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://www.canadianunderwriter.ca/issues/ISArticle.asp?story_id=163051132049&issue=08012006&PC=  >Québec\'s damage<br />&nbsp;insurance business<br />&nbsp;stable: AMF</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">"The damage insurance<br />business in Québec was<br />therefore stable in 2005,"<br />according to the report,<br />prepared by the Autorité des<br />marchés financiers (AMF)</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1804);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://www.stuff.co.nz/stuff/0,2106,3775186a11,00.html  >Insurance assessors to<br />&nbsp;inspect beached yacht</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">Insurance assessors from<br />Blenheim were to inspect the<br />beached yacht Alida this<br />afternoon to devise a salvage<br />plan for the sloop</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1802);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr><tr><td class=\"newstopictitle\"><a href =http://english.eastday.com/eastday/englishedition/metro/userobject1ai2272490.html  >Insurance sector plays<br />&nbsp;a pioneer role</a><span class=\"topicstarter\"><div align=\"right\"><i>25 Aug,2006</i></div></span></td></tr><tr><td><font class="ampmnewsbodybackgoundcolor">Shanghai\'s insurance market<br />has maintained an upward<br />trend this year, with premium<br />revenue of 21.94 billion yuan<br />(US$2.75 billion) from<br />January to June, an</font></td></tr><tr><td><div align="right"><a href="javascript:showFullDetailOfTopicForNews(1801);" class="ampmcomment"><u>Comment(0)</u></a></div></td></tr></td></tr></table>';
                NewsInitialTable += '</div></div></div>';
                NewsInitialTable += '</td></tr></table>'+NewsWindowHTMLCode;

                document.getElementById('LatestNewsSection').innerHTML = NewsInitialTable;
       }
        else
        {
                document.getElementById('LatestNewsSectionMain').innerHTML = 'To enable this Latest News, please paste the full code as described at <a href="http://www.ampminsure.org/syndication/blogger/latest-news.html">Ampminsure</a>';
        }
}


function FnInitialiseCSSAndShowNewsInitialTableForMiniForum()
{
    FnShowNewsInitialTableForMiniForum();
    var NewsTopicID = FnNewsReadCookie('TopicID');
    var Posted = FnNewsReadCookie('PostVal');
    if(parseInt(NewsTopicID)>0)
    {
        showFullDetailOfTopicForNews(parseInt(NewsTopicID));
    }
    if(Posted==1)
    {
        FnWriteCookieNews('PostVal', 0, 24);
        document.getElementById('LatestNewsMainContainer').tabber.tabShow(1);
    }
}

FnInitialiseCSSAndShowNewsInitialTableForMiniForum()
