// JavaScript Document

<!--
if ((screen.width>=1153) && (screen.height>=865))
{
 window.location="#";
}
else
{
  window.location="_poems.html";
}
//-->