var entryUUIDsList = new Array("E902067658","E1288545909","E714445106","E1273948774","E688102713","E1431168373");
function getNextEntryLink(entryUUID) {
var i;
var entryUUID;
var categoryUUID;
for(i = 0; i < entryUUIDsList.length -1; i++) {
if(entryUUIDsList[i] == entryUUID) {
entryUUID = entryUUIDsList[i+1];
categoryUUID = getCategoryUUIDForEntry(entryUUID);
document.write(' Next ');
return;
}
}
document.write('');
}
function getPreviousEntryLink(entryUUID) {
var i;
var entryUUID;
var categoryUUID;
for(i = 1; i < entryUUIDsList.length; i++) {
if(entryUUIDsList[i] == entryUUID) {
entryUUID = entryUUIDsList[i-1];
categoryUUID = getCategoryUUIDForEntry(entryUUID);
document.write(' Previous ');
return;
}
}
document.write('');
}
function getCategoryUUIDForEntry(entryUUID) {
var entryCategoryUUIDPairs = new Array("E902067658","C169446592","E1288545909","C169446592","E714445106","C169446592","E1273948774","C169446592","E688102713","C104992874","E1431168373","C104992874");
for(var i = 0; i < entryCategoryUUIDPairs.length -1; i++) {
if(entryCategoryUUIDPairs[i] == entryUUID) {
return(entryCategoryUUIDPairs[i+1]);
}
}
}
function getBlogName() {
var blogName = 'Oceana';
document.write(blogName);
}
function getCategoryName(categoryUUID) {
var categoryPairs = new Array("C104992874","Tahiti","C2041745087","unfiled","C169446592","Easter Island");
for(var i = 0; i < categoryPairs.length -1; i++) {
if(categoryPairs[i] == categoryUUID) {
document.write(categoryPairs[i+1]);
}
}
}
function getCalendarHead() {
var calendarHead = 'April 2005';
document.write(calendarHead);
}
function getBlogCalendarRows() {
var calendarRows = '
| | | | | | 1 | 2 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| | | | | | | |
';
document.write(calendarRows);
}
function getCategoryCalendarRows() {
var calendarRows = '| | | | | | 1 | 2 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| | | | | | | |
';
document.write(calendarRows);
}
function getEntryCalendarRows() {
var calendarRows = '| | | | | | 1 | 2 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| | | | | | | |
';
document.write(calendarRows);
}
function getArchiveCalendarRows() {
var calendarRows = '| | | | | | 1 | 2 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| | | | | | | |
';
document.write(calendarRows);
}
function getYearCalendarRows() {
var calendarRows = '| | | | | | 1 | 2 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| | | | | | | |
';
document.write(calendarRows);
}
function getDayCalendarRows() {
var calendarRows = '| | | | | | 1 | 2 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| | | | | | | |
';
document.write(calendarRows);
}
function getBlogEntriesCount() {
var blogEntriesCount = '6';
document.write(blogEntriesCount);
}
function getCategoryStatistics() {
var categoryStatistics = 'Easter Island: 4
Tahiti: 2
';
document.write(categoryStatistics);
}
function getCategoryEntriesCount(categoryUUID) {
var categoryPairs = new Array("C104992874","2","C2041745087","0","C169446592","4");
for(var i = 0; i < categoryPairs.length; i++) {
if(categoryPairs[i] == categoryUUID) {
document.write(categoryPairs[i+1]);
}
}
}
function getBlogCategories() {
var categories = ' Easter Island
Tahiti
';
document.write(categories);
}
function getBlogHorizontalCategories() {
var horizontalCategories = ' Easter Island Tahiti ';
document.write(horizontalCategories);
}
function getCategoryCategories() {
var categories = ' Easter Island
Tahiti
';
document.write(categories);
}
function getCategoryHorizontalCategories() {
var horizontalCategories = ' Easter Island Tahiti ';
document.write(horizontalCategories);
}
function getEntryCategories() {
var categories = ' Easter Island
Tahiti
';
document.write(categories);
}
function getEntryHorizontalCategories() {
var horizontalCategories = ' Easter Island Tahiti ';
document.write(horizontalCategories);
}
function getArchiveCategories() {
var categories = 'Easter Island
Tahiti
';
document.write(categories);
}
function getArchiveHorizontalCategories() {
var horizontalCategories = 'Easter Island Tahiti ';
document.write(horizontalCategories);
}
function getYearCategories() {
var categories = 'Easter Island
Tahiti
';
document.write(categories);
}
function getYearHorizontalCategories() {
var horizontalCategories = 'Easter Island Tahiti ';
document.write(horizontalCategories);
}
function getDayCategories() {
var categories = 'Easter Island
Tahiti
';
document.write(categories);
}
function getDayHorizontalCategories() {
var horizontalCategories = 'Easter Island Tahiti ';
document.write(horizontalCategories);
}
function getUsername() {
var username = 'All rights reserved.';
document.write(username);
}
function getFeedbackLink(entryTitle) {
var encodedEmail = '';
if(encodedEmail.length > 0) {
document.write(" Feedback ");
} else {
document.write("");
}
}