(function()
{
	var fs = typeof favIcons_skin=='string' ? favIcons_skin : '';
	var url = typeof favIcons_url=='string' ? favIcons_url : (typeof favIcons_URL=='string' ? favIcons_URL : window.location.href);
	document.write('<iframe name="favicons" src="http://rodlac.coolinc.info/favicons.php?url='+escape(url)
	+'&title='+(typeof favIcons_title=='string' ? (encodeURIComponent(favIcons_title)) : '')
	+'&link='+(typeof favIcons_color_link=='string' ? (escape(favIcons_color_link)) : '')
	+'&text='+(typeof favIcons_text=='boolean' ? (favIcons_text) : '')
	+'&bg='+(typeof favIcons_color_bg=='string' ? (escape(favIcons_color_bg)) : '')
	+'&skin='+(fs ? (fs) : '')
	+'&rec6='+(typeof favIcons_rec6=='boolean' ? (favIcons_rec6) : '')
	+'&eucurti='+(typeof favIcons_eucurti=='boolean' ? (favIcons_eucurti) : '')
	+'&delicious='+(typeof favIcons_delicious=='boolean' ? (favIcons_delicious) : '')
	+'&digg='+(typeof favIcons_digg=='boolean' ? (favIcons_digg) : '')
	+'&linkk='+(typeof favIcons_linkk=='boolean' ? (favIcons_linkk) : '')
	+'&blogblogs='+(typeof favIcons_blogblogs=='boolean' ? (favIcons_blogblogs) : '')
	+'&technorati='+(typeof favIcons_technorati=='boolean' ? (favIcons_technorati) : '')
	+'&linkblog='+(typeof favIcons_linkblog=='boolean' ? (favIcons_linkblog) : '')+'" '
	+'width="'+favIcons_width+'" height="'+favIcons_height+'" frameborder="0" scrolling="no"></iframe>');
})()

