google.load("jquery", "1.3.2");
google.load("jqueryui", "1.7.2");
google.setOnLoadCallback(function() {
  jQuery('head').append('<link href="http://admin.revenuepwr.com/stylesheets/colorbox.css" media="screen" rel="stylesheet" type="text/css" />');
  $.getScript('http://admin.revenuepwr.com/javascripts/jquery.colorbox-min.js', function() {
		$("a#colorbox2").colorbox({href: $(this).attr('href'), innerWidth: 370, innerHeight: 500, scrolling: false, iframe: true, overlayClose: false, opacity: 0.7, close: "", onLoad:function(){$("#olrFooter").show();}, onClose:function(){$("#olrFooter").hide();} });
  });    
});
