$post->post_parent, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID' ) ) );
foreach ( $sw_attachments as $sw_k => $sw_attachment ) {
if ( $sw_attachment->ID == $post->ID )
break;
}
$sw_nextk = $sw_k + 1;
$sw_prevk = $sw_k - 1;
?>
link' ) ) { ?>
post_content ) ) the_content(); ?>