document.defaultCharset="UTF-8"; 


document.write('<scri'+'pt type="text/'+'javascript" src="'
    + 'http://2leep.com/rticker/index.php?x=3&y=2&ref=9&ranNum=4393"></scr' + 'ipt>');


function displayTicker4393(json){    
           

   	var text_align = 'bottom'; 
	var td_align = 'top';
	var text_valign = 'middle';
	var text_halign = 'center';
	var tdWidth = '33';
	var img_border_size = '';
	var border_style = '';
	var img_border_color = '';
	var img_border_spacing = '';
	var img_size = '140';
	var ranNum = '4393';
	var picture_file = '-140';
	var col_count = '';	
	
	var x = '3';
	var y = '2'; 
	var ref = '9';
	var ranNum = '4393';
	
	var html = '';
	html += '<style type="text/css">';
	       
	html += '.leepHor4393 {text-align: center; } ';
	html += 'a.leep_title_twoBigger4393:link, a.leep_title_twoBigger4393:visited, a.leep_title_twoBigger4393:active {font-size:11px; font-family:Arial,Arial,Helvetica,sans-serif; line-height: 1.2em; font-weight:normal; text-decoration: none; color:#808080; letter-spacing:0.04em}   a.leep_title_twoBigger4393:hover {text-decoration:underline;}';
	
	html += '</style>';
	html += '<table width="480"  cellspacing="5" cellpadding="3" style=" overflow:hidden;  border:0px solid #cccccc; background-color:transparent;">';
	html += '<tr>';          
	
	var cur_col_count = 1;
	for (var i in json) {
	if (i <= x * y) {    
		html += '<td valign="top" align="center" style="overflow:hidden; text-align: center;" width="33%">';
		  if ( text_align == 'right' || text_align == 'bottom' ) { 
			html += '<div style="text-align:center;margin: 0 auto;  width: '+img_size+'px; display:table; border-spacing: 0px; border: '+img_border_size+' '+border_style+ ' '+ img_border_color+';padding:'+img_border_spacing+';"><a href="http://2leep.com/news/'+json[i].link+'/'+ref+'/1/" rel="nofollow" target="_blank"><img src="http://2leep.com/img/'+json[i].link+picture_file+'.jpg" width="'+img_size+'" border=0 class="leepHor'+ranNum+'"></a></div>'; 
		  } else { 
			 html += '<div style="overflow:hidden; padding:2px; margin: 0 auto; text-align: '+text_halign+'; width: 100%;"><a href="http://2leep.com/news/'+json[i].link+'/'+ref+'/1/" rel="nofollow" target="_blank" class="leep_title_twoBigger'+ranNum+'">';
			 html += json[i].text + '</a><br/></div>';   
		  }

		  if (text_align == 'right' || text_align == 'left') { 
			html += '</td><td valign="'+text_valign+'"  align="center"  style="overflow:hidden; text-align: '+text_halign+';" width="'+tdWidth+'%">';
		  }

		  if ( text_align == 'right' || text_align == 'bottom' ) { 
			 html += '<div style="overflow:hidden; padding:2px; margin: 0 auto; text-align: '+text_halign+'; width: 100%;"><a href="http://2leep.com/news/'+json[i].link+'/'+ref+'/1/" rel="nofollow" target="_blank" class="leep_title_twoBigger'+ranNum+'">';
			 html += json[i].text +'</a><br/></div>';
		  } else { 
		     html += '<div style="text-align:center; margin: 0 auto; width: '+img_size+'px; display:table;border-spacing: 0px; border: '+img_border_size+' '+ border_style + ' ' + img_border_color+';padding:'+img_border_spacing+';"><a href="http://2leep.com/news/'+json[i].link+'/'+ref+'/1/" rel="nofollow" target="_blank"><img src="http://2leep.com/img/'+json[i].link+picture_file+'.jpg" width="'+img_size+'" border=0 class="leepHor'+ranNum+'"></a></div>';  
		  }

			html += '</td>';
			if ( cur_col_count == x ) {
			   html += '</tr><tr>';
			   cur_col_count=1;      		
			} else {
			   cur_col_count++;
			} 
	} 
	}     
	html += '</tr></table>';
	document.write(html);   	
}                           
 



