"; print_R($this_code);die; */ for( $xi=rand(0,50)-1; $xi>=0; $xi-- ) { imagesetpixel ( $im, rand(0,50), rand(0,20), $text_color); } imagepng ($im); imagedestroy ($im); ?>