(function()
{
	var iframeSrc	 = 'http://www.planjam.com/movieapps/';
	var width = 302;
	var height = 256;
	if(typeof(pjBanner) != "undefined" && pjBanner == 1) { iframeSrc += "bannerapp.php?"; width = 162; height = 606; } else { iframeSrc += "?"; }
	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="' +  width +'" scrolling="no" height="' + height + '" frameborder="0" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" src="' +
								 iframeSrc + '"></iframe>');
								 
})();
