// Rewrite script to include configuration settings

if(typeof total_items == 'undefined'  || total_items == null) total_items = 4;
if(typeof title_length == 'undefined'  || title_length == null) title_length = 25;
if(typeof desc_length == 'undefined'  || desc_length == null) desc_length = 50;
if(typeof date_range == 'undefined'  || date_range == null) date_range = 1;
if(typeof headfont_size == 'undefined'  || headfont_size == null) headfont_size = '12px';
if(typeof bodyfont_size == 'undefined'  || bodyfont_size == null) bodyfont_size = '12px';
if(typeof font_face == 'undefined'  || font_face == null) font_face = 'Arial';
if(typeof title_color == 'undefined'  || title_color == null) title_color = '000000';
if(typeof desc_color == 'undefined'  || desc_color == null) desc_color = '000000';
if(typeof rating_color== 'undefined'  || rating_color == null) rating_color = '000000';
if(typeof comment_color== 'undefined'  || comment_color == null) comment_color = '000000';

document.write("<script src=\"http://www.spikedhumor.com/feed/SpikedFeed.aspx?total_items=" + total_items + "&title_length=" + title_length + "&desc_length=" + desc_length + "&date_range=" + date_range + "&headfont_size=" + headfont_size + "&bodyfont_size=" + bodyfont_size + "&font_face=" + font_face + "&title_color=" + title_color + "&desc_color=" + desc_color + "&rating_color=" + rating_color + "&comment_color=" + comment_color + "\"></script>");
