/**
 * @author Banderas
 */
$(document).ready(function(){
	$("a[rel]").overlay();
});
