have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID;
$image = get_post_meta($post->ID, 'image', true);
if ( $image ) {
$g = get_bloginfo('template_directory') . "/thumb.php?src=" . str_replace('http://'.$_SERVER['HTTP_HOST'], "", $image) . "&h=337&w=560&zc=1&q=100";
$g2 = get_bloginfo('template_directory') . "/thumb.php?src=" . str_replace('http://'.$_SERVER['HTTP_HOST'], "", $image) . "&h=75&w=100&zc=1&q=100";
?>