$(document).ready(function() {$('#main a[rel]').each(function() {$(this).attr('href', '#');$(this).qtip({content: {text: '<div style="text-align:center"><br /><img class="throbber" src="images/throbber.gif" alt="Loading..." /><br /><br /></div>',url: $(this).attr('rel'),title: {text: $(this).text(),button: 'Close'}},position: {corner: {target: 'bottomMiddle',tooltip: 'topMiddle'},adjust: {screen: true }},show: { when: 'click', solo: true,delay: 0,effect: {length:0}},hide: {when: 'unfocus',delay: 0,effect: {length:0}},style: {tip: true,border: {width: 0,radius: 4,color:'#D94040'},width: 400,title: {'background-color':'#F2BFBF'}}})});});