if (document.forms[0].Section.value == "Life"||document.forms[0].Title.value == "Life") {
document.write('
');
}
else if (document.forms[0].Section.value == "Work"||document.forms[0].Title.value == "Work") {
document.write('
');
}
else if (document.forms[0].Section.value == "Memories"||document.forms[0].Title.value == "Memories") {
document.write('
');
}
else {
document.write('
');
}