(function()
{
	if(typeof(pjCategory) == "undefined" || typeof(pjType) == "undefined") 
	{ 
		return; 
	}
	var iframeSrc	 = 'http://www.planjam.com/euge/?category=' + encodeURIComponent(pjCategory);

	iframeSrc += "&type=" + encodeURIComponent(pjType);
	
	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>');
								 
})();