document.write('<p><strong>Your current settings are:<\/strong><\/p>');

if (getCookie('siteStyle') != null) document.write('<ul><li><strong>Color:<\/strong> ' + styleConv[getCookie('siteStyle')] + '<\/li>');
else document.write('<ul><li><strong>Color:<\/strong> Default setting<\/li>');
//document.write('<ul><li><strong>Color:<\/strong> Easter \(preset for this weekend\)<\/li>');

if (getCookie('siteFont') != null) document.write('<li><strong>Font:<\/strong> ' + styleConv[getCookie('siteFont')] + '<\/li>');
else document.write('<li><strong>Font:<\/strong> Default setting<\/li>');

if (getCookie('siteLayout') != null) document.write('<li><strong>Layout:<\/strong> ' + styleConv[getCookie('siteLayout')] + '<\/li><\/ul>');
else document.write('<li><strong>Layout:<\/strong> Default setting<\/li><\/ul>');

document.write('');

