Check out these amazing outtakes of Jennifer’s Dance again shoot, photographed by Gomillion & Leupold.
[php]
include_once “./photogallery/cpmfetch/cpmfetch.php”;
$objCpm = new cpm(“./photogallery/cpmfetch/cpmfetch_config.php”);
$options=array(windowtarget => “_blank”, “imagewidth” => ’100′, “imageheight” => ’140′);
$objCpm->cpm_viewRandomMediaFrom(“album=379”,1, 2, $options);
$objCpm->cpm_close();
[/php]
include_once “./photogallery/cpmfetch/cpmfetch.php”;
$objCpm = new cpm(“./photogallery/cpmfetch/cpmfetch_config.php”);
$options=array(windowtarget => “_blank”, “imagewidth” => ’100′, “imageheight” => ’140′);
$objCpm->cpm_viewRandomMediaFrom(“album=379”,1, 2, $options);
$objCpm->cpm_close();
[/php]