
function getBlogName() {
    var blogName = 'ECP\'s D.O.G. House';
    document.write(blogName);
}

function getCategoryName(categoryUUID) {
    var categoryPairs = new Array("C138303923","Week of 12-06-2004","C686416748","Week of 01-10-2005","C642743461","Week of 09-27-2004","C292657245","Week of 06-07-2004","C1080558310","Week of 03-20-2005","C720477489","Week of 10-18-2004","C2100740739","Week of 11-08-2004","C648747071","Week of 02-21-2005","C1539903004","unfiled","C1236190254","Week of 11-29-2004","C749838450","Week of 09-20-2004","C1581261028","Week of 01-03-2005","C1150581545","Week of 11-01-2004","C1464163832","Week of 05-31-2004","C994697449","Week of 10-11-2004","C1884133112","Week of 02-13-2005","C336269727","Week of 02-05-2005","C412272173","Week of 10-04-2004","C2118777401","Week of 03-06-2005","C1469702543","Week of 01-17-2005","C1318293978","Week of 10-25-2004","C1910739158","Week of 11-15-2004","C2116477091","Week of 02-08-2005","C913845925","Week of 02-28-2005");
    
    for(var i = 0; i < categoryPairs.length; i++) {
        if(categoryPairs[i] == categoryUUID) {
            document.write(categoryPairs[i+1]);
        }
    }
}

function getCalendarHead() {
    var calendarHead = 'March 2005';
    document.write(calendarHead);
}

function getBlogCalendarRows() {
    var calendarRows = '<tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar"><a href="2005/3/1/index.html">1</a></span></td><td align="center"><span class="calendar">2</span></td><td align="center"><span class="calendar">3</span></td><td align="center"><span class="calendar"><a href="2005/3/4/index.html">4</a></span></td><td align="center"><span class="calendar">5</span></td></tr> <tr><td align="center"><span class="calendar">6</span></td><td align="center"><span class="calendar">7</span></td><td align="center"><span class="calendar">8</span></td><td align="center"><span class="calendar">9</span></td><td align="center"><span class="calendar">10</span></td><td align="center"><span class="calendar">11</span></td><td align="center"><span class="calendar">12</span></td></tr> <tr><td align="center"><span class="calendar">13</span></td><td align="center"><span class="calendar">14</span></td><td align="center"><span class="calendar">15</span></td><td align="center"><span class="calendar">16</span></td><td align="center"><span class="calendar"><a href="2005/3/17/index.html">17</a></span></td><td align="center"><span class="calendar">18</span></td><td align="center"><span class="calendar">19</span></td></tr> <tr><td align="center"><span class="calendar"><a href="2005/3/20/index.html">20</a></span></td><td align="center"><span class="calendar">21</span></td><td align="center"><span class="calendar"><a href="2005/3/22/index.html">22</a></span></td><td align="center"><span class="calendar"><a href="2005/3/23/index.html">23</a></span></td><td align="center"><span class="calendar">24</span></td><td align="center"><span class="calendar">25</span></td><td align="center"><span class="calendar">26</span></td></tr> <tr><td align="center"><span class="calendar">27</span></td><td align="center"><span class="calendar">28</span></td><td align="center"><span class="calendar">29</span></td><td align="center"><span class="calendar">30</span></td><td align="center"><span class="calendar">31</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr> <tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr>';
    document.write(calendarRows);
}

function getCategoryCalendarRows() {
    var calendarRows = '<tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar"><a href="../2005/3/1/index.html">1</a></span></td><td align="center"><span class="calendar">2</span></td><td align="center"><span class="calendar">3</span></td><td align="center"><span class="calendar"><a href="../2005/3/4/index.html">4</a></span></td><td align="center"><span class="calendar">5</span></td></tr> <tr><td align="center"><span class="calendar">6</span></td><td align="center"><span class="calendar">7</span></td><td align="center"><span class="calendar">8</span></td><td align="center"><span class="calendar">9</span></td><td align="center"><span class="calendar">10</span></td><td align="center"><span class="calendar">11</span></td><td align="center"><span class="calendar">12</span></td></tr> <tr><td align="center"><span class="calendar">13</span></td><td align="center"><span class="calendar">14</span></td><td align="center"><span class="calendar">15</span></td><td align="center"><span class="calendar">16</span></td><td align="center"><span class="calendar"><a href="../2005/3/17/index.html">17</a></span></td><td align="center"><span class="calendar">18</span></td><td align="center"><span class="calendar">19</span></td></tr> <tr><td align="center"><span class="calendar"><a href="../2005/3/20/index.html">20</a></span></td><td align="center"><span class="calendar">21</span></td><td align="center"><span class="calendar"><a href="../2005/3/22/index.html">22</a></span></td><td align="center"><span class="calendar"><a href="../2005/3/23/index.html">23</a></span></td><td align="center"><span class="calendar">24</span></td><td align="center"><span class="calendar">25</span></td><td align="center"><span class="calendar">26</span></td></tr> <tr><td align="center"><span class="calendar">27</span></td><td align="center"><span class="calendar">28</span></td><td align="center"><span class="calendar">29</span></td><td align="center"><span class="calendar">30</span></td><td align="center"><span class="calendar">31</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr> <tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr>';
    document.write(calendarRows);
}

function getEntryCalendarRows() {
    var calendarRows = '<tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar"><a href="../../2005/3/1/index.html">1</a></span></td><td align="center"><span class="calendar">2</span></td><td align="center"><span class="calendar">3</span></td><td align="center"><span class="calendar"><a href="../../2005/3/4/index.html">4</a></span></td><td align="center"><span class="calendar">5</span></td></tr> <tr><td align="center"><span class="calendar">6</span></td><td align="center"><span class="calendar">7</span></td><td align="center"><span class="calendar">8</span></td><td align="center"><span class="calendar">9</span></td><td align="center"><span class="calendar">10</span></td><td align="center"><span class="calendar">11</span></td><td align="center"><span class="calendar">12</span></td></tr> <tr><td align="center"><span class="calendar">13</span></td><td align="center"><span class="calendar">14</span></td><td align="center"><span class="calendar">15</span></td><td align="center"><span class="calendar">16</span></td><td align="center"><span class="calendar"><a href="../../2005/3/17/index.html">17</a></span></td><td align="center"><span class="calendar">18</span></td><td align="center"><span class="calendar">19</span></td></tr> <tr><td align="center"><span class="calendar"><a href="../../2005/3/20/index.html">20</a></span></td><td align="center"><span class="calendar">21</span></td><td align="center"><span class="calendar"><a href="../../2005/3/22/index.html">22</a></span></td><td align="center"><span class="calendar"><a href="../../2005/3/23/index.html">23</a></span></td><td align="center"><span class="calendar">24</span></td><td align="center"><span class="calendar">25</span></td><td align="center"><span class="calendar">26</span></td></tr> <tr><td align="center"><span class="calendar">27</span></td><td align="center"><span class="calendar">28</span></td><td align="center"><span class="calendar">29</span></td><td align="center"><span class="calendar">30</span></td><td align="center"><span class="calendar">31</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr> <tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr>';
    document.write(calendarRows);
}

function getArchiveCalendarRows() {
    var calendarRows = '<tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar"><a href="2005/3/1/index.html">1</a></span></td><td align="center"><span class="calendar">2</span></td><td align="center"><span class="calendar">3</span></td><td align="center"><span class="calendar"><a href="2005/3/4/index.html">4</a></span></td><td align="center"><span class="calendar">5</span></td></tr> <tr><td align="center"><span class="calendar">6</span></td><td align="center"><span class="calendar">7</span></td><td align="center"><span class="calendar">8</span></td><td align="center"><span class="calendar">9</span></td><td align="center"><span class="calendar">10</span></td><td align="center"><span class="calendar">11</span></td><td align="center"><span class="calendar">12</span></td></tr> <tr><td align="center"><span class="calendar">13</span></td><td align="center"><span class="calendar">14</span></td><td align="center"><span class="calendar">15</span></td><td align="center"><span class="calendar">16</span></td><td align="center"><span class="calendar"><a href="2005/3/17/index.html">17</a></span></td><td align="center"><span class="calendar">18</span></td><td align="center"><span class="calendar">19</span></td></tr> <tr><td align="center"><span class="calendar"><a href="2005/3/20/index.html">20</a></span></td><td align="center"><span class="calendar">21</span></td><td align="center"><span class="calendar"><a href="2005/3/22/index.html">22</a></span></td><td align="center"><span class="calendar"><a href="2005/3/23/index.html">23</a></span></td><td align="center"><span class="calendar">24</span></td><td align="center"><span class="calendar">25</span></td><td align="center"><span class="calendar">26</span></td></tr> <tr><td align="center"><span class="calendar">27</span></td><td align="center"><span class="calendar">28</span></td><td align="center"><span class="calendar">29</span></td><td align="center"><span class="calendar">30</span></td><td align="center"><span class="calendar">31</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr> <tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr>';
    document.write(calendarRows);
}

function getYearCalendarRows() {
    var calendarRows = '<tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar"><a href="3/1/index.html">1</a></span></td><td align="center"><span class="calendar">2</span></td><td align="center"><span class="calendar">3</span></td><td align="center"><span class="calendar"><a href="3/4/index.html">4</a></span></td><td align="center"><span class="calendar">5</span></td></tr> <tr><td align="center"><span class="calendar">6</span></td><td align="center"><span class="calendar">7</span></td><td align="center"><span class="calendar">8</span></td><td align="center"><span class="calendar">9</span></td><td align="center"><span class="calendar">10</span></td><td align="center"><span class="calendar">11</span></td><td align="center"><span class="calendar">12</span></td></tr> <tr><td align="center"><span class="calendar">13</span></td><td align="center"><span class="calendar">14</span></td><td align="center"><span class="calendar">15</span></td><td align="center"><span class="calendar">16</span></td><td align="center"><span class="calendar"><a href="3/17/index.html">17</a></span></td><td align="center"><span class="calendar">18</span></td><td align="center"><span class="calendar">19</span></td></tr> <tr><td align="center"><span class="calendar"><a href="3/20/index.html">20</a></span></td><td align="center"><span class="calendar">21</span></td><td align="center"><span class="calendar"><a href="3/22/index.html">22</a></span></td><td align="center"><span class="calendar"><a href="3/23/index.html">23</a></span></td><td align="center"><span class="calendar">24</span></td><td align="center"><span class="calendar">25</span></td><td align="center"><span class="calendar">26</span></td></tr> <tr><td align="center"><span class="calendar">27</span></td><td align="center"><span class="calendar">28</span></td><td align="center"><span class="calendar">29</span></td><td align="center"><span class="calendar">30</span></td><td align="center"><span class="calendar">31</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr> <tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr>';
    document.write(calendarRows);
}

function getDayCalendarRows() {
    var calendarRows = '<tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar"><a href="../../../2005/3/1/index.html">1</a></span></td><td align="center"><span class="calendar">2</span></td><td align="center"><span class="calendar">3</span></td><td align="center"><span class="calendar"><a href="../../../2005/3/4/index.html">4</a></span></td><td align="center"><span class="calendar">5</span></td></tr> <tr><td align="center"><span class="calendar">6</span></td><td align="center"><span class="calendar">7</span></td><td align="center"><span class="calendar">8</span></td><td align="center"><span class="calendar">9</span></td><td align="center"><span class="calendar">10</span></td><td align="center"><span class="calendar">11</span></td><td align="center"><span class="calendar">12</span></td></tr> <tr><td align="center"><span class="calendar">13</span></td><td align="center"><span class="calendar">14</span></td><td align="center"><span class="calendar">15</span></td><td align="center"><span class="calendar">16</span></td><td align="center"><span class="calendar"><a href="../../../2005/3/17/index.html">17</a></span></td><td align="center"><span class="calendar">18</span></td><td align="center"><span class="calendar">19</span></td></tr> <tr><td align="center"><span class="calendar"><a href="../../../2005/3/20/index.html">20</a></span></td><td align="center"><span class="calendar">21</span></td><td align="center"><span class="calendar"><a href="../../../2005/3/22/index.html">22</a></span></td><td align="center"><span class="calendar"><a href="../../../2005/3/23/index.html">23</a></span></td><td align="center"><span class="calendar">24</span></td><td align="center"><span class="calendar">25</span></td><td align="center"><span class="calendar">26</span></td></tr> <tr><td align="center"><span class="calendar">27</span></td><td align="center"><span class="calendar">28</span></td><td align="center"><span class="calendar">29</span></td><td align="center"><span class="calendar">30</span></td><td align="center"><span class="calendar">31</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr> <tr><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td><td align="center"><span class="calendar">&nbsp;</span></td></tr>';
    document.write(calendarRows);
}

function getBlogEntriesCount() {
    var blogEntriesCount = '103';
    document.write(blogEntriesCount);
}

function getCategoryStatistics() {
    var categoryStatistics = 'Week of 01-03-2005: 3 <br>Week of 01-10-2005: 1 <br>Week of 01-17-2005: 3 <br>Week of 02-05-2005: 3 <br>Week of 02-08-2005: 2 <br>Week of 02-13-2005: 4 <br>Week of 02-21-2005: 2 <br>Week of 02-28-2005: 4 <br>Week of 03-06-2005: 2 <br>Week of 03-20-2005: 4 <br>Week of 05-31-2004: 5 <br>Week of 06-07-2004: 7 <br>Week of 09-20-2004: 6 <br>Week of 09-27-2004: 12 <br>Week of 10-04-2004: 6 <br>Week of 10-11-2004: 1 <br>Week of 10-18-2004: 6 <br>Week of 10-25-2004: 10 <br>Week of 11-01-2004: 3 <br>Week of 11-08-2004: 5 <br>Week of 11-15-2004: 4 <br>Week of 11-29-2004: 4 <br>Week of 12-06-2004: 6 <br>';
    document.write(categoryStatistics);
}

function getCategoryEntriesCount(categoryUUID) {
    var categoryPairs = new Array("C138303923","6","C686416748","1","C642743461","12","C292657245","7","C1080558310","4","C720477489","6","C2100740739","5","C648747071","2","C1539903004","0","C1236190254","4","C749838450","6","C1581261028","3","C1150581545","3","C1464163832","5","C994697449","1","C1884133112","4","C336269727","3","C412272173","6","C2118777401","2","C1469702543","3","C1318293978","10","C1910739158","4","C2116477091","2","C913845925","4");
    
    for(var i = 0; i < categoryPairs.length; i++) {
        if(categoryPairs[i] == categoryUUID) {
            document.write(categoryPairs[i+1]);
        }
    }
}

function getBlogCategories() {
    var categories = ' <a href="C1581261028/index.html"> Week of 01-03-2005 </a> <br>  <a href="C686416748/index.html"> Week of 01-10-2005 </a> <br>  <a href="C1469702543/index.html"> Week of 01-17-2005 </a> <br>  <a href="C336269727/index.html"> Week of 02-05-2005 </a> <br>  <a href="C2116477091/index.html"> Week of 02-08-2005 </a> <br>  <a href="C1884133112/index.html"> Week of 02-13-2005 </a> <br>  <a href="C648747071/index.html"> Week of 02-21-2005 </a> <br>  <a href="C913845925/index.html"> Week of 02-28-2005 </a> <br>  <a href="C2118777401/index.html"> Week of 03-06-2005 </a> <br>  <a href="C1080558310/index.html"> Week of 03-20-2005 </a> <br>  <a href="C1464163832/index.html"> Week of 05-31-2004 </a> <br>  <a href="C292657245/index.html"> Week of 06-07-2004 </a> <br>  <a href="C749838450/index.html"> Week of 09-20-2004 </a> <br>  <a href="C642743461/index.html"> Week of 09-27-2004 </a> <br>  <a href="C412272173/index.html"> Week of 10-04-2004 </a> <br>  <a href="C994697449/index.html"> Week of 10-11-2004 </a> <br>  <a href="C720477489/index.html"> Week of 10-18-2004 </a> <br>  <a href="C1318293978/index.html"> Week of 10-25-2004 </a> <br>  <a href="C1150581545/index.html"> Week of 11-01-2004 </a> <br>  <a href="C2100740739/index.html"> Week of 11-08-2004 </a> <br>  <a href="C1910739158/index.html"> Week of 11-15-2004 </a> <br>  <a href="C1236190254/index.html"> Week of 11-29-2004 </a> <br>  <a href="C138303923/index.html"> Week of 12-06-2004 </a> <br> ';
    document.write(categories); 
}

function getBlogHorizontalCategories() {
    var horizontalCategories = ' <a href="C1581261028/index.html"> Week of 01-03-2005 </a> &nbsp; &nbsp;  <a href="C686416748/index.html"> Week of 01-10-2005 </a> &nbsp; &nbsp;  <a href="C1469702543/index.html"> Week of 01-17-2005 </a> &nbsp; &nbsp;  <a href="C336269727/index.html"> Week of 02-05-2005 </a> &nbsp; &nbsp;  <a href="C2116477091/index.html"> Week of 02-08-2005 </a> &nbsp; &nbsp;  <a href="C1884133112/index.html"> Week of 02-13-2005 </a> &nbsp; &nbsp;  <a href="C648747071/index.html"> Week of 02-21-2005 </a> &nbsp; &nbsp;  <a href="C913845925/index.html"> Week of 02-28-2005 </a> &nbsp; &nbsp;  <a href="C2118777401/index.html"> Week of 03-06-2005 </a> &nbsp; &nbsp;  <a href="C1080558310/index.html"> Week of 03-20-2005 </a> &nbsp; &nbsp;  <a href="C1464163832/index.html"> Week of 05-31-2004 </a> &nbsp; &nbsp;  <a href="C292657245/index.html"> Week of 06-07-2004 </a> &nbsp; &nbsp;  <a href="C749838450/index.html"> Week of 09-20-2004 </a> &nbsp; &nbsp;  <a href="C642743461/index.html"> Week of 09-27-2004 </a> &nbsp; &nbsp;  <a href="C412272173/index.html"> Week of 10-04-2004 </a> &nbsp; &nbsp;  <a href="C994697449/index.html"> Week of 10-11-2004 </a> &nbsp; &nbsp;  <a href="C720477489/index.html"> Week of 10-18-2004 </a> &nbsp; &nbsp;  <a href="C1318293978/index.html"> Week of 10-25-2004 </a> &nbsp; &nbsp;  <a href="C1150581545/index.html"> Week of 11-01-2004 </a> &nbsp; &nbsp;  <a href="C2100740739/index.html"> Week of 11-08-2004 </a> &nbsp; &nbsp;  <a href="C1910739158/index.html"> Week of 11-15-2004 </a> &nbsp; &nbsp;  <a href="C1236190254/index.html"> Week of 11-29-2004 </a> &nbsp; &nbsp;  <a href="C138303923/index.html"> Week of 12-06-2004 </a> &nbsp; &nbsp; ';
    document.write(horizontalCategories);
}

function getCategoryCategories() {
    var categories = ' <a href="../C1581261028/index.html"> Week of 01-03-2005 </a> <br>  <a href="../C686416748/index.html"> Week of 01-10-2005 </a> <br>  <a href="../C1469702543/index.html"> Week of 01-17-2005 </a> <br>  <a href="../C336269727/index.html"> Week of 02-05-2005 </a> <br>  <a href="../C2116477091/index.html"> Week of 02-08-2005 </a> <br>  <a href="../C1884133112/index.html"> Week of 02-13-2005 </a> <br>  <a href="../C648747071/index.html"> Week of 02-21-2005 </a> <br>  <a href="../C913845925/index.html"> Week of 02-28-2005 </a> <br>  <a href="../C2118777401/index.html"> Week of 03-06-2005 </a> <br>  <a href="../C1080558310/index.html"> Week of 03-20-2005 </a> <br>  <a href="../C1464163832/index.html"> Week of 05-31-2004 </a> <br>  <a href="../C292657245/index.html"> Week of 06-07-2004 </a> <br>  <a href="../C749838450/index.html"> Week of 09-20-2004 </a> <br>  <a href="../C642743461/index.html"> Week of 09-27-2004 </a> <br>  <a href="../C412272173/index.html"> Week of 10-04-2004 </a> <br>  <a href="../C994697449/index.html"> Week of 10-11-2004 </a> <br>  <a href="../C720477489/index.html"> Week of 10-18-2004 </a> <br>  <a href="../C1318293978/index.html"> Week of 10-25-2004 </a> <br>  <a href="../C1150581545/index.html"> Week of 11-01-2004 </a> <br>  <a href="../C2100740739/index.html"> Week of 11-08-2004 </a> <br>  <a href="../C1910739158/index.html"> Week of 11-15-2004 </a> <br>  <a href="../C1236190254/index.html"> Week of 11-29-2004 </a> <br>  <a href="../C138303923/index.html"> Week of 12-06-2004 </a> <br> ';
    document.write(categories); 
}

function getCategoryHorizontalCategories() {
    var horizontalCategories = ' <a href="../C1581261028/index.html"> Week of 01-03-2005 </a> &nbsp; &nbsp;  <a href="../C686416748/index.html"> Week of 01-10-2005 </a> &nbsp; &nbsp;  <a href="../C1469702543/index.html"> Week of 01-17-2005 </a> &nbsp; &nbsp;  <a href="../C336269727/index.html"> Week of 02-05-2005 </a> &nbsp; &nbsp;  <a href="../C2116477091/index.html"> Week of 02-08-2005 </a> &nbsp; &nbsp;  <a href="../C1884133112/index.html"> Week of 02-13-2005 </a> &nbsp; &nbsp;  <a href="../C648747071/index.html"> Week of 02-21-2005 </a> &nbsp; &nbsp;  <a href="../C913845925/index.html"> Week of 02-28-2005 </a> &nbsp; &nbsp;  <a href="../C2118777401/index.html"> Week of 03-06-2005 </a> &nbsp; &nbsp;  <a href="../C1080558310/index.html"> Week of 03-20-2005 </a> &nbsp; &nbsp;  <a href="../C1464163832/index.html"> Week of 05-31-2004 </a> &nbsp; &nbsp;  <a href="../C292657245/index.html"> Week of 06-07-2004 </a> &nbsp; &nbsp;  <a href="../C749838450/index.html"> Week of 09-20-2004 </a> &nbsp; &nbsp;  <a href="../C642743461/index.html"> Week of 09-27-2004 </a> &nbsp; &nbsp;  <a href="../C412272173/index.html"> Week of 10-04-2004 </a> &nbsp; &nbsp;  <a href="../C994697449/index.html"> Week of 10-11-2004 </a> &nbsp; &nbsp;  <a href="../C720477489/index.html"> Week of 10-18-2004 </a> &nbsp; &nbsp;  <a href="../C1318293978/index.html"> Week of 10-25-2004 </a> &nbsp; &nbsp;  <a href="../C1150581545/index.html"> Week of 11-01-2004 </a> &nbsp; &nbsp;  <a href="../C2100740739/index.html"> Week of 11-08-2004 </a> &nbsp; &nbsp;  <a href="../C1910739158/index.html"> Week of 11-15-2004 </a> &nbsp; &nbsp;  <a href="../C1236190254/index.html"> Week of 11-29-2004 </a> &nbsp; &nbsp;  <a href="../C138303923/index.html"> Week of 12-06-2004 </a> &nbsp; &nbsp; ';
    document.write(horizontalCategories);
}

function getEntryCategories() {
    var categories = ' <a href="../../C1581261028/index.html"> Week of 01-03-2005 </a> <br>  <a href="../../C686416748/index.html"> Week of 01-10-2005 </a> <br>  <a href="../../C1469702543/index.html"> Week of 01-17-2005 </a> <br>  <a href="../../C336269727/index.html"> Week of 02-05-2005 </a> <br>  <a href="../../C2116477091/index.html"> Week of 02-08-2005 </a> <br>  <a href="../../C1884133112/index.html"> Week of 02-13-2005 </a> <br>  <a href="../../C648747071/index.html"> Week of 02-21-2005 </a> <br>  <a href="../../C913845925/index.html"> Week of 02-28-2005 </a> <br>  <a href="../../C2118777401/index.html"> Week of 03-06-2005 </a> <br>  <a href="../../C1080558310/index.html"> Week of 03-20-2005 </a> <br>  <a href="../../C1464163832/index.html"> Week of 05-31-2004 </a> <br>  <a href="../../C292657245/index.html"> Week of 06-07-2004 </a> <br>  <a href="../../C749838450/index.html"> Week of 09-20-2004 </a> <br>  <a href="../../C642743461/index.html"> Week of 09-27-2004 </a> <br>  <a href="../../C412272173/index.html"> Week of 10-04-2004 </a> <br>  <a href="../../C994697449/index.html"> Week of 10-11-2004 </a> <br>  <a href="../../C720477489/index.html"> Week of 10-18-2004 </a> <br>  <a href="../../C1318293978/index.html"> Week of 10-25-2004 </a> <br>  <a href="../../C1150581545/index.html"> Week of 11-01-2004 </a> <br>  <a href="../../C2100740739/index.html"> Week of 11-08-2004 </a> <br>  <a href="../../C1910739158/index.html"> Week of 11-15-2004 </a> <br>  <a href="../../C1236190254/index.html"> Week of 11-29-2004 </a> <br>  <a href="../../C138303923/index.html"> Week of 12-06-2004 </a> <br> ';
    document.write(categories); 
}

function getEntryHorizontalCategories() {
    var horizontalCategories = ' <a href="../../C1581261028/index.html"> Week of 01-03-2005 </a> &nbsp; &nbsp;  <a href="../../C686416748/index.html"> Week of 01-10-2005 </a> &nbsp; &nbsp;  <a href="../../C1469702543/index.html"> Week of 01-17-2005 </a> &nbsp; &nbsp;  <a href="../../C336269727/index.html"> Week of 02-05-2005 </a> &nbsp; &nbsp;  <a href="../../C2116477091/index.html"> Week of 02-08-2005 </a> &nbsp; &nbsp;  <a href="../../C1884133112/index.html"> Week of 02-13-2005 </a> &nbsp; &nbsp;  <a href="../../C648747071/index.html"> Week of 02-21-2005 </a> &nbsp; &nbsp;  <a href="../../C913845925/index.html"> Week of 02-28-2005 </a> &nbsp; &nbsp;  <a href="../../C2118777401/index.html"> Week of 03-06-2005 </a> &nbsp; &nbsp;  <a href="../../C1080558310/index.html"> Week of 03-20-2005 </a> &nbsp; &nbsp;  <a href="../../C1464163832/index.html"> Week of 05-31-2004 </a> &nbsp; &nbsp;  <a href="../../C292657245/index.html"> Week of 06-07-2004 </a> &nbsp; &nbsp;  <a href="../../C749838450/index.html"> Week of 09-20-2004 </a> &nbsp; &nbsp;  <a href="../../C642743461/index.html"> Week of 09-27-2004 </a> &nbsp; &nbsp;  <a href="../../C412272173/index.html"> Week of 10-04-2004 </a> &nbsp; &nbsp;  <a href="../../C994697449/index.html"> Week of 10-11-2004 </a> &nbsp; &nbsp;  <a href="../../C720477489/index.html"> Week of 10-18-2004 </a> &nbsp; &nbsp;  <a href="../../C1318293978/index.html"> Week of 10-25-2004 </a> &nbsp; &nbsp;  <a href="../../C1150581545/index.html"> Week of 11-01-2004 </a> &nbsp; &nbsp;  <a href="../../C2100740739/index.html"> Week of 11-08-2004 </a> &nbsp; &nbsp;  <a href="../../C1910739158/index.html"> Week of 11-15-2004 </a> &nbsp; &nbsp;  <a href="../../C1236190254/index.html"> Week of 11-29-2004 </a> &nbsp; &nbsp;  <a href="../../C138303923/index.html"> Week of 12-06-2004 </a> &nbsp; &nbsp; ';
    document.write(horizontalCategories);
}

function getArchiveCategories() {
    var categories = '<a href="C1581261028/index.html">Week of 01-03-2005</a> <br><a href="C686416748/index.html">Week of 01-10-2005</a> <br><a href="C1469702543/index.html">Week of 01-17-2005</a> <br><a href="C336269727/index.html">Week of 02-05-2005</a> <br><a href="C2116477091/index.html">Week of 02-08-2005</a> <br><a href="C1884133112/index.html">Week of 02-13-2005</a> <br><a href="C648747071/index.html">Week of 02-21-2005</a> <br><a href="C913845925/index.html">Week of 02-28-2005</a> <br><a href="C2118777401/index.html">Week of 03-06-2005</a> <br><a href="C1080558310/index.html">Week of 03-20-2005</a> <br><a href="C1464163832/index.html">Week of 05-31-2004</a> <br><a href="C292657245/index.html">Week of 06-07-2004</a> <br><a href="C749838450/index.html">Week of 09-20-2004</a> <br><a href="C642743461/index.html">Week of 09-27-2004</a> <br><a href="C412272173/index.html">Week of 10-04-2004</a> <br><a href="C994697449/index.html">Week of 10-11-2004</a> <br><a href="C720477489/index.html">Week of 10-18-2004</a> <br><a href="C1318293978/index.html">Week of 10-25-2004</a> <br><a href="C1150581545/index.html">Week of 11-01-2004</a> <br><a href="C2100740739/index.html">Week of 11-08-2004</a> <br><a href="C1910739158/index.html">Week of 11-15-2004</a> <br><a href="C1236190254/index.html">Week of 11-29-2004</a> <br><a href="C138303923/index.html">Week of 12-06-2004</a> <br>';
    document.write(categories); 
}

function getArchiveHorizontalCategories() {
    var horizontalCategories = '<a href="C1581261028/index.html">Week of 01-03-2005</a> &nbsp; &nbsp;<a href="C686416748/index.html">Week of 01-10-2005</a> &nbsp; &nbsp;<a href="C1469702543/index.html">Week of 01-17-2005</a> &nbsp; &nbsp;<a href="C336269727/index.html">Week of 02-05-2005</a> &nbsp; &nbsp;<a href="C2116477091/index.html">Week of 02-08-2005</a> &nbsp; &nbsp;<a href="C1884133112/index.html">Week of 02-13-2005</a> &nbsp; &nbsp;<a href="C648747071/index.html">Week of 02-21-2005</a> &nbsp; &nbsp;<a href="C913845925/index.html">Week of 02-28-2005</a> &nbsp; &nbsp;<a href="C2118777401/index.html">Week of 03-06-2005</a> &nbsp; &nbsp;<a href="C1080558310/index.html">Week of 03-20-2005</a> &nbsp; &nbsp;<a href="C1464163832/index.html">Week of 05-31-2004</a> &nbsp; &nbsp;<a href="C292657245/index.html">Week of 06-07-2004</a> &nbsp; &nbsp;<a href="C749838450/index.html">Week of 09-20-2004</a> &nbsp; &nbsp;<a href="C642743461/index.html">Week of 09-27-2004</a> &nbsp; &nbsp;<a href="C412272173/index.html">Week of 10-04-2004</a> &nbsp; &nbsp;<a href="C994697449/index.html">Week of 10-11-2004</a> &nbsp; &nbsp;<a href="C720477489/index.html">Week of 10-18-2004</a> &nbsp; &nbsp;<a href="C1318293978/index.html">Week of 10-25-2004</a> &nbsp; &nbsp;<a href="C1150581545/index.html">Week of 11-01-2004</a> &nbsp; &nbsp;<a href="C2100740739/index.html">Week of 11-08-2004</a> &nbsp; &nbsp;<a href="C1910739158/index.html">Week of 11-15-2004</a> &nbsp; &nbsp;<a href="C1236190254/index.html">Week of 11-29-2004</a> &nbsp; &nbsp;<a href="C138303923/index.html">Week of 12-06-2004</a> &nbsp; &nbsp;';
    document.write(horizontalCategories);
}

function getYearCategories() {
    var categories = '<a href="../C1581261028/index.html">Week of 01-03-2005</a> <br><a href="../C686416748/index.html">Week of 01-10-2005</a> <br><a href="../C1469702543/index.html">Week of 01-17-2005</a> <br><a href="../C336269727/index.html">Week of 02-05-2005</a> <br><a href="../C2116477091/index.html">Week of 02-08-2005</a> <br><a href="../C1884133112/index.html">Week of 02-13-2005</a> <br><a href="../C648747071/index.html">Week of 02-21-2005</a> <br><a href="../C913845925/index.html">Week of 02-28-2005</a> <br><a href="../C2118777401/index.html">Week of 03-06-2005</a> <br><a href="../C1080558310/index.html">Week of 03-20-2005</a> <br><a href="../C1464163832/index.html">Week of 05-31-2004</a> <br><a href="../C292657245/index.html">Week of 06-07-2004</a> <br><a href="../C749838450/index.html">Week of 09-20-2004</a> <br><a href="../C642743461/index.html">Week of 09-27-2004</a> <br><a href="../C412272173/index.html">Week of 10-04-2004</a> <br><a href="../C994697449/index.html">Week of 10-11-2004</a> <br><a href="../C720477489/index.html">Week of 10-18-2004</a> <br><a href="../C1318293978/index.html">Week of 10-25-2004</a> <br><a href="../C1150581545/index.html">Week of 11-01-2004</a> <br><a href="../C2100740739/index.html">Week of 11-08-2004</a> <br><a href="../C1910739158/index.html">Week of 11-15-2004</a> <br><a href="../C1236190254/index.html">Week of 11-29-2004</a> <br><a href="../C138303923/index.html">Week of 12-06-2004</a> <br>';
    document.write(categories); 
}

function getYearHorizontalCategories() {
    var horizontalCategories = '<a href="../C1581261028/index.html">Week of 01-03-2005</a> &nbsp; &nbsp;<a href="../C686416748/index.html">Week of 01-10-2005</a> &nbsp; &nbsp;<a href="../C1469702543/index.html">Week of 01-17-2005</a> &nbsp; &nbsp;<a href="../C336269727/index.html">Week of 02-05-2005</a> &nbsp; &nbsp;<a href="../C2116477091/index.html">Week of 02-08-2005</a> &nbsp; &nbsp;<a href="../C1884133112/index.html">Week of 02-13-2005</a> &nbsp; &nbsp;<a href="../C648747071/index.html">Week of 02-21-2005</a> &nbsp; &nbsp;<a href="../C913845925/index.html">Week of 02-28-2005</a> &nbsp; &nbsp;<a href="../C2118777401/index.html">Week of 03-06-2005</a> &nbsp; &nbsp;<a href="../C1080558310/index.html">Week of 03-20-2005</a> &nbsp; &nbsp;<a href="../C1464163832/index.html">Week of 05-31-2004</a> &nbsp; &nbsp;<a href="../C292657245/index.html">Week of 06-07-2004</a> &nbsp; &nbsp;<a href="../C749838450/index.html">Week of 09-20-2004</a> &nbsp; &nbsp;<a href="../C642743461/index.html">Week of 09-27-2004</a> &nbsp; &nbsp;<a href="../C412272173/index.html">Week of 10-04-2004</a> &nbsp; &nbsp;<a href="../C994697449/index.html">Week of 10-11-2004</a> &nbsp; &nbsp;<a href="../C720477489/index.html">Week of 10-18-2004</a> &nbsp; &nbsp;<a href="../C1318293978/index.html">Week of 10-25-2004</a> &nbsp; &nbsp;<a href="../C1150581545/index.html">Week of 11-01-2004</a> &nbsp; &nbsp;<a href="../C2100740739/index.html">Week of 11-08-2004</a> &nbsp; &nbsp;<a href="../C1910739158/index.html">Week of 11-15-2004</a> &nbsp; &nbsp;<a href="../C1236190254/index.html">Week of 11-29-2004</a> &nbsp; &nbsp;<a href="../C138303923/index.html">Week of 12-06-2004</a> &nbsp; &nbsp;';
    document.write(horizontalCategories);
}

function getDayCategories() {
    var categories = '<a href="../../../C1581261028/index.html">Week of 01-03-2005</a> <br><a href="../../../C686416748/index.html">Week of 01-10-2005</a> <br><a href="../../../C1469702543/index.html">Week of 01-17-2005</a> <br><a href="../../../C336269727/index.html">Week of 02-05-2005</a> <br><a href="../../../C2116477091/index.html">Week of 02-08-2005</a> <br><a href="../../../C1884133112/index.html">Week of 02-13-2005</a> <br><a href="../../../C648747071/index.html">Week of 02-21-2005</a> <br><a href="../../../C913845925/index.html">Week of 02-28-2005</a> <br><a href="../../../C2118777401/index.html">Week of 03-06-2005</a> <br><a href="../../../C1080558310/index.html">Week of 03-20-2005</a> <br><a href="../../../C1464163832/index.html">Week of 05-31-2004</a> <br><a href="../../../C292657245/index.html">Week of 06-07-2004</a> <br><a href="../../../C749838450/index.html">Week of 09-20-2004</a> <br><a href="../../../C642743461/index.html">Week of 09-27-2004</a> <br><a href="../../../C412272173/index.html">Week of 10-04-2004</a> <br><a href="../../../C994697449/index.html">Week of 10-11-2004</a> <br><a href="../../../C720477489/index.html">Week of 10-18-2004</a> <br><a href="../../../C1318293978/index.html">Week of 10-25-2004</a> <br><a href="../../../C1150581545/index.html">Week of 11-01-2004</a> <br><a href="../../../C2100740739/index.html">Week of 11-08-2004</a> <br><a href="../../../C1910739158/index.html">Week of 11-15-2004</a> <br><a href="../../../C1236190254/index.html">Week of 11-29-2004</a> <br><a href="../../../C138303923/index.html">Week of 12-06-2004</a> <br>';
    document.write(categories); 
}

function getDayHorizontalCategories() {
    var horizontalCategories = '<a href="../../../C1581261028/index.html">Week of 01-03-2005</a> &nbsp; &nbsp;<a href="../../../C686416748/index.html">Week of 01-10-2005</a> &nbsp; &nbsp;<a href="../../../C1469702543/index.html">Week of 01-17-2005</a> &nbsp; &nbsp;<a href="../../../C336269727/index.html">Week of 02-05-2005</a> &nbsp; &nbsp;<a href="../../../C2116477091/index.html">Week of 02-08-2005</a> &nbsp; &nbsp;<a href="../../../C1884133112/index.html">Week of 02-13-2005</a> &nbsp; &nbsp;<a href="../../../C648747071/index.html">Week of 02-21-2005</a> &nbsp; &nbsp;<a href="../../../C913845925/index.html">Week of 02-28-2005</a> &nbsp; &nbsp;<a href="../../../C2118777401/index.html">Week of 03-06-2005</a> &nbsp; &nbsp;<a href="../../../C1080558310/index.html">Week of 03-20-2005</a> &nbsp; &nbsp;<a href="../../../C1464163832/index.html">Week of 05-31-2004</a> &nbsp; &nbsp;<a href="../../../C292657245/index.html">Week of 06-07-2004</a> &nbsp; &nbsp;<a href="../../../C749838450/index.html">Week of 09-20-2004</a> &nbsp; &nbsp;<a href="../../../C642743461/index.html">Week of 09-27-2004</a> &nbsp; &nbsp;<a href="../../../C412272173/index.html">Week of 10-04-2004</a> &nbsp; &nbsp;<a href="../../../C994697449/index.html">Week of 10-11-2004</a> &nbsp; &nbsp;<a href="../../../C720477489/index.html">Week of 10-18-2004</a> &nbsp; &nbsp;<a href="../../../C1318293978/index.html">Week of 10-25-2004</a> &nbsp; &nbsp;<a href="../../../C1150581545/index.html">Week of 11-01-2004</a> &nbsp; &nbsp;<a href="../../../C2100740739/index.html">Week of 11-08-2004</a> &nbsp; &nbsp;<a href="../../../C1910739158/index.html">Week of 11-15-2004</a> &nbsp; &nbsp;<a href="../../../C1236190254/index.html">Week of 11-29-2004</a> &nbsp; &nbsp;<a href="../../../C138303923/index.html">Week of 12-06-2004</a> &nbsp; &nbsp;';
    document.write(horizontalCategories);
}

function getUsername() {
    var username = 'All rights reserved.';
    document.write(username);
}

function getFeebackLink(entryTitle) {
    var encodedEmail = '';
    
    if(encodedEmail.length > 0) {
        document.write("<a href=\"mailto:" + encodedEmail + "?Subject=Re: " + entryTitle + "\"> Feedback </a>");
    } else {
        document.write("");
    }
}