/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
jQuery(document).ready(function(){
    jQuery.fn.mypopup = function(){
        return jQuery(this).colorbox({inline:true, href:"." + jQuery(this).attr('rel')});
    };
});
