function picformeAd300250(json) {
	html = '<div style="width:300px; height:250px;">';
    jQuery(json.datafeed.results.items).each(function(i,val) {
        html += '<div style="float:left; margin:5px 0px 0px 5px; padding:0px;"><a href="' + val.link + '" target="_blank">'
		  + '<img src="http://cache.picfor.me/image.php?url=' + val.image + '?set_id=880000500F&res=0 " border="0" alt="" style="width:142px; height:118px; margin:0 0 0px; padding:0px; border:none;"/></a></div>';
	});

	if (html != '') {
		html += '<br style="clear:left;"/></div>';
		$('script[src*="picformeAd300250.js"]').replaceWith(html);
	}
}
document.write('<scr'+'ipt type="text/javascript" src="http://62.146.20.229/p/admaker/picforme.js?r=4&callback=picformeAd300250"></scr'+'ipt>');

