// JavaScript Document
  if ((screen.width > 1024) && (screen.width <= 1280))
 {
 window.document.writeln("<div id='cajonfacebook' style='width:120px;'><iframe src=\"http:\/\/www.facebook.com/plugins/likebox.php?id=119733434735621&amp;width=120&amp;connections=10&amp;stream=true&amp;header=false&amp;height=587\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:120px; height:587px;\" allowTransparency=\"true\"></iframe></div>");
 } else
 if (screen.width > 1280){
  window.document.writeln("<div id='cajonfacebook'style='width:220px;'><iframe src=\"http:\/\/www.facebook.com/plugins/likebox.php?id=119733434735621&amp;width=220&amp;connections=10&amp;stream=true&amp;header=false&amp;height=587\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:220px; height:587px;\" allowTransparency=\"true\"></iframe></div>");
 }

