<!--


var o='<sc'+'ript src=\"http://onlinepokerhu.com/kulsos/hirdata.js\"></sc'+'ript>';
document.write(o);



function hir(mode,width,height,border,spacing,padding,bgcolor,linksize,linkcolor,title,headsize,headcolor,textsize,textcolor,start,db,ref)
{
  var out='';

  out='<table class=ophuscr ';
  if (width)
    out+='width='+width+' ';
  if (height)
    out+='height='+height+' ';
  out+='border='+border+' cellpadding='+padding+' cellspacing='+spacing+' ';
  if (bgcolor)
    out+='bgcolor=#'+bgcolor+' ';    
  out+='>';
  if (title)
   out+='<tr><td class=ophunews  style=\"font-size: '+title+'px;\" align=center>Póker hírek</td>';

  if (start<0)
    start=0;
  if (start>24)
   start=24;
  if (db<1)
   db=1;
  if (start+db>25)
     db=25-start;


  for(var i=start;i<start+db; i++){

  out+='<tr><td  class=ophunews >';

  if (mode==1) //csak cimek
  {
    out+='<a ';
    if (linkcolor && linksize)
       out+='style=\"color: #'+linkcolor+'; font-size: '+linksize+'px;\" ';
    else  if (linkcolor)
       out+='style=\"color: #'+linkcolor+';\"';
    else if (linksize)
       out+='style=\"font-size: '+linksize+'px;\" ';
    out+=' target=ophu href=http://onlinepokerhu.com/poker/hir-'+link[i];
    if (ref)
      out+='?ref='+ref;
    out+='>'+fej[i]+'</a>';
  }
  else
  {
    out+='<span ';
    if (headcolor && headsize)
       out+='style=\"color: #'+headcolor+'; font-size: '+headsize+'px;\" ';
    else  if (headcolor)
       out+='style=\"color: #'+headcolor+';\"';
    else if (headsize)
       out+='style=\"font-size: '+headsize+'px;\" ';
    out+='><b>'+fej[i]+'</b></span><br>';
    out+='<span ';
    if (textcolor && textsize)
       out+='style=\"color: #'+textcolor+'; font-size: '+textsize+'px;\" ';
    else  if (textcolor)
       out+='style=\"color: #'+textcolor+';\"';
    else if (textsize)
       out+='style=\"font-size: '+textsize+'px;\" ';
    out+='><i>'+ido[i]+'</i><br>'+szoveg[i]+'</span>';  
    out+='<br><a ';
    if (linkcolor && linksize)
       out+='style=\"color: #'+linkcolor+'; font-size: '+linksize+'px;\" ';
    else  if (linkcolor)
       out+='style=\"color: #'+linkcolor+';\"';
    else if (linksize)
       out+='style=\"font-size: '+linksize+'px;\" ';
    out+='  target=ophu href=http://onlinepokerhu.com/poker/hir-'+link[i];
    if (ref)
      out+='?ref='+ref;
    out+='> (Tovább) </a><P>';

  }
 
  out+='</td>';

  }
  out+='</table>';
  document.write(out);
}

//-->