Load Fancybox before the NorPrice Support line.
Make the following change to norpricesupport.js:
Look for the line( about line 31):
Code: Select all
$.fancybox({type:'iframe', href:link, width:width, height:height, onClosed:norpricereload});
Code: Select all
$.fancybox.open({type:'iframe', src:link, iframe:{css:{width:width + 'px', height:height + 'px'}}, afterClose:norpricereload});