(function()
{
	if(typeof(pjCategory) == "undefined") { return; }
	var iframeSrc	 = 'http://www.planjam.com/adapps/?category=' + encodeURIComponent(pjCategory);
	
	if(typeof(pjShare) != "undefined") { iframeSrc += "&share=" + encodeURIComponent(pjShare); }
	if(typeof(pjAid) != "undefined") { iframeSrc += "&aid=" + encodeURIComponent(pjAid); }
	if(typeof(pjTitle) != "undefined") { iframeSrc += "&title=" + encodeURIComponent(pjTitle); }
	
	document.write('<iframe width="302" scrolling="no" height="256" frameborder="0" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" src="' +
								 iframeSrc + '"></iframe>');
								 
})();
