var rtpop_src = new Array ();
var rtpop_text = new Array ();

$(function() {
	jQuery.ifixpng('./imgs/blank.gif');
	jQuery('img, .bgPng').ifixpng();
	$('a[hrefpop=true]').each(function(i){                 
		$(this).addClass('highslide');
		
		rtpop_src[i] = new Object();
		rtpop_src[i].src = $(this).attr('href');

		this.onclick = function(){
			return hs.expand(this, {src: rtpop_src[i].src});
		};
		hs.captionId = 'the-caption';
	});
});

$(document).ready(function(){
	jQuery.ifixpng('./imgs/blank.gif');
	jQuery('img, .bgPng').ifixpng();
});