function DrawNews(){
  URL="http://www.hiranyag.hu/news/news.php";
  if(typeof piwi_width=='undefined')piwi_width=180;
  if(typeof piwi_height=='undefined')piwi_height=510;
  document.write("<iframe width=\""+piwi_width+"px\" height=\""+piwi_height+"px\" src=\""+URL+"\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrollable=\"no\"></iframe>");
}
DrawNews();
