$post_c = strip_shortcode_gallery( get_the_content() );
$contentArr = explode("\n",$post_c);
$len = count( $contentArr );
$i = date('z')+1;
$post_line = explode('[',$contentArr[$i%$len]);
?>