certo che non funziona non hai fatto quello che ti ho detto prima:

codice:
window.onload = caricaPopup;

function caricaPopup(){
	var popID = $(this).attr('rel'); //Get Popup Name
	var popURL = $(this).attr('href'); //Get Popup href to define size
        //ecc...
}