
//*****Config

var url_display = "http://piccolafame.aiswebpromotion.it/";

document.write(
'<frameset rows="100% , 0%" cols="1*" border="0">',
'<frame name="header" scrolling="yes" marginwidth="10" marginheight="14" src="', url_display ,'">',
'<frame name="footer" scrolling="no" marginwidth="10" marginheight="0" src="#">',
'<frameset rows="1*" cols="100%">',
'</frameset>'
);