// ====== PHOTO PROVIDER =====================
if (typeof fm_store_id !== 'undefined') {
    var buyMePhotoSource = "fotomoto";
    document.writeln("<script type='text/javascript' src='http://widget.fotomoto.com/stores/script/" + fm_store_id + ".js?aid=" + fm_affiliate_id + "&api=true;'></script>");    
} else { var buyMePhotoSource = ""; }
// ====== END PHOTO PROVIDER =================



// ====== DEFAULT/CUSTOM BUY NOW BUTTONS (don't remove) =======
if (typeof custom_buyphoto_side === 'undefined') {
    var buy_photo_button_side = "right"; 
} else { var buy_photo_button_side = custom_buyphoto_side;  } 

if (typeof custom_buyphoto_off === 'undefined' || custom_buyphoto_off === "") { 
    if (buyMePhotoSource === "fotomoto") { 
        var buy_photo_button_off = "http://grfx.cstv.com/graphics/buysharephoto-off.png"; 
    } else {
        var buy_photo_button_off = "http://grfx.cstv.com/graphics/buythisphoto-off.png"; 
    }
} else { var buy_photo_button_off = custom_buyphoto_off; }

if (typeof custom_buyphoto_on === 'undefined' || custom_buyphoto_on === "") {
    if (buyMePhotoSource === "fotomoto") { 
        var buy_photo_button_on = "http://grfx.cstv.com/graphics/buysharephoto-on.png"; 
    } else {
        var buy_photo_button_on = "http://grfx.cstv.com/graphics/buythisphoto-on.png"; 
    } 
} else { var buy_photo_button_on = custom_buyphoto_on; }
// ====== END CUSTOM BUY NOW BUTTONS ==================

