// YAHOO.util.Get.script("/prototip/js/prototip.js");
// YAHOO.util.Get.css("/prototip/css/prototip.css");
// 
// // http://hou.fcgmedia.net/cart/add/photo/1b3cb693-0564-4119-9b82-c4340237fb58
// 
// FCG.page = function () {
//   var start = function(){
//     new Tip("buy_photo", 'content', {
//       ajax: {
//        url: '/cart/add/photo/'+FCG.data.inventory_id+"/"+FCG.data.photo_id,
//        method: "post"/*,
//         options: {
//          onComplete: function(transport) {
//            // you could do something here after the ajax call is finished
//            log("The eagle is loaded!!!");
//          }
//         }*/
//      },
//       title: 'Added to your cart',
//       closeButton: true,
//       width: "auto",
//      showOn: 'click',
//      hideOn: 'click',
//      target: $('buy_photo'),
//      stem: 'topLeft',
//      hook: { target: 'bottomRight', tip: 'topRight' },
//       offset: { x: -36, y: 0 }
//     });
//   };
//   
//   return{
//     init:function(){
//       $E.on(window, 'load', start);
//     }
//   };
// }();
// FCG.page.init();