var url = 'http://www.funpageexchange.com/links/page.php?';
var width  = '150';
var height = '250';
if(typeof(window['fpe_id'])           != "undefined") url += '&id=' + escape(fpe_id);
if(typeof(window['fpe_link_count'])   != "undefined") url += '&lct=' + escape(fpe_link_count);
if(typeof(window['fpe_show_header'])  != "undefined") url += '&sh=' + escape(fpe_show_header);
if(typeof(window['fpe_show_footer'])  != "undefined") url += '&sf=' + escape(fpe_show_footer);
if(typeof(window['fpe_text_color'])   != "undefined") url += '&tc=' + escape(fpe_text_color);
if(typeof(window['fpe_bg_color'])     != "undefined") url += '&bg=' + escape(fpe_bg_color);
if(typeof(window['fpe_link_color'])   != "undefined") url += '&lc=' + escape(fpe_link_color);
if(typeof(window['fpe_link_hover'])   != "undefined") url += '&lh=' + escape(fpe_link_hover);
if(typeof(window['fpe_font_family'])  != "undefined") url += '&ff=' + escape(fpe_font_family);
if(typeof(window['fpe_font_size'])    != "undefined") url += '&fs=' + escape(fpe_font_size);
if(typeof(window['fpe_columns'])      != "undefined") url += '&co=' + escape(fpe_columns);
if(typeof(window['fpe_no_underline']) != "undefined") url += '&nu=' + escape(fpe_no_underline);
if(typeof(window['fpe_link_align'])   != "undefined") url += '&la=' + escape(fpe_link_align);
if(typeof(window['fpe_width'])        != "undefined"){ width  = fpe_width;  url += '&wi=' + escape(fpe_width); }
if(typeof(window['fpe_height'])       != "undefined"){ height = fpe_height; url += '&he=' + escape(fpe_height); }
document.write('<iframe src="'+url+'" width="'+width+'" height="'+height+'" scrolling="no" frameborder="0" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" ></iframe>');
