function WidgetConfig1(screen_name) {
    this.type = 'rating';
    this.text_align = 'horizontal';
    this.size = 'small';
    this.screen_name = screen_name;
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-off-sm';
    this.img_slash_over = 'slash-over-sm';
    this.img_slash_on = 'slash-on-sm';
    this.img_slash_off = 'slash-off-sm';
    this.img_title_textbg = 'title-textbg';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.tlabel_text_average = 'Avg. User Rating';
    this.tlabel_text_myrating = 'My Rating';
    this.rlabel_text_seemy = 'See my rating';
    this.rlabel_text_seeaverage = 'See average rating';
    this.rlabel_text_clickstars = 'Click stars to rate it!';
    this.rlabel_text_0 = 'Avg. User Rating';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig1a(screen_name) {
    this.screen_name = screen_name;
    this.minimal = true;
    this.type = 'static';
    this.size = 'small';
    this.text_align = 'horizontal';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_on = 'star-flat-on-sm';
    this.img_star_off = 'star-flat-off-sm';
    this.img_cor_l = 'cor-l-sm.gif';
    this.img_cor_r = 'cor-r-sm.gif';
    this.tlabel_text_average = 'Avg. Rating:';
    this.tlabel_text_myrating = 'My Rating:';
    this.tlabel_text_width = 60;
    this.rlabel_text_seemy = 'See my rating';
    this.rlabel_text_seeaverage = 'See average rating';
    this.rlabel_text_clickstars = 'Click stars to rate it!';
    this.rlabel_text_0 = 'Avg. User Rating';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
}

function WidgetConfig2(screen_name) {
    this.type = 'rating';
    this.text_align = 'combined';
    this.size = 'large';
    this.screen_name = screen_name;
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over';
    this.img_star_on = 'star-on';
    this.img_star_off = 'star-off';
    this.img_slash_over = 'slash-over';
    this.img_slash_on = 'slash-on';
    this.img_slash_off = 'slash-off';
    this.img_title_textbg = 'title-textbg';
    this.img_cor_l = 'cor-l';
    this.img_cor_r = 'cor-r';
    this.img_cor_bl = 'cor-bl';
    this.img_cor_br = 'cor-br';
    this.img_cor_tl_title = 'cor-tl-title';
    this.img_cor_tr_title = 'cor-tr-title';
    this.tlabel_text_average = 'Avg. User Rating';
    this.tlabel_text_myrating = 'My Rating';
    this.rlabel_text_seemy = 'See my rating';
    this.rlabel_text_seeaverage = 'See average rating';
    this.rlabel_text_clickstars = 'Click stars to rate it!';
    this.rlabel_text_0 = 'Avg. User Rating';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig2a(screen_name) {
    this.type = 'static';
    this.text_align = 'vertical';
    this.size = 'large';
    this.screen_name = screen_name;
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-flat-over';
    this.img_star_on = 'star-flat-on';
    this.img_star_off = 'star-flat-off';
    this.img_slash_over = 'slash-over';
    this.img_slash_on = 'slash-on';
    this.img_slash_off = 'slash-off';
    this.img_title_textbg = 'title-textbg';
    this.img_cor_l = 'cor-l';
    this.img_cor_r = 'cor-r';
    this.img_cor_bl = 'cor-bl';
    this.img_cor_br = 'cor-br';
    this.img_cor_tl_title = 'cor-tl-title';
    this.img_cor_tr_title = 'cor-tr-title';
    this.tlabel_text_average = 'Avg. User Rating';
    this.tlabel_text_myrating = 'My Rating';
    this.rlabel_text_seemy = 'See my rating';
    this.rlabel_text_seeaverage = 'See average rating';
    this.rlabel_text_clickstars = 'Click stars to rate it!';
    this.rlabel_text_0 = 'Avg. User Rating';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig3(screen_name) {
    this.type = 'reco';
    this.text_align = 'combined';
    this.size = 'large';
    this.screen_name = screen_name;
    this.disable_rating_change = false;
    this.lock_rlabel_after_rating = true;
    this.min_rating = 1;
    this.max_rating = 5;
    this.slash_rating = 2000;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over';
    this.img_star_on = 'star-on';
    this.img_star_off = 'star-off';
    this.img_slash_over = 'slash-over';
    this.img_slash_on = 'slash-on';
    this.img_slash_off = 'slash-off';
    this.img_title_textbg = 'title-textbg';
    this.img_cor_l = 'cor-l';
    this.img_cor_r = 'cor-r';
    this.img_cor_bl = 'cor-bl';
    this.img_cor_br = 'cor-br';
    this.img_cor_tl_title = 'cor-tl-title';
    this.img_cor_tr_title = 'cor-tr-title';
    this.tlabel_text_average = 'Avg. User Rating';
    this.tlabel_text_rateitnow = 'Rate it now';
    this.tlabel_text_myrating = 'My Rating';
    this.rlabel_text_seemy = 'See my rating';
    this.rlabel_text_seeaverage = 'See average rating';
    this.rlabel_text_clickstars = 'Click Stars to rate it!';
    this.rlabel_text_2000 = 'Don\'t Recommend';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig3a(screen_name) {
    this.type = 'static';
    this.text_align = 'vertical';
    this.size = 'large';
    this.screen_name = screen_name;
    this.disable_rating_change = false;
    this.lock_rlabel_after_rating = true;
    this.min_rating = 1;
    this.max_rating = 5;
    this.slash_rating = 2000;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-flat-over';
    this.img_star_on = 'star-flat-on';
    this.img_star_off = 'star-flat-off';
    this.img_slash_over = 'slash-over';
    this.img_slash_on = 'slash-on';
    this.img_slash_off = 'slash-off';
    this.img_title_textbg = 'title-textbg';
    this.img_cor_l = 'cor-l';
    this.img_cor_r = 'cor-r';
    this.img_cor_bl = 'cor-bl';
    this.img_cor_br = 'cor-br';
    this.img_cor_tl_title = 'cor-tl-title';
    this.img_cor_tr_title = 'cor-tr-title';
    this.tlabel_text_average = 'Avg. User Rating';
    this.tlabel_text_rateitnow = 'Rate it now';
    this.tlabel_text_myrating = 'My Rating';
    this.rlabel_text_seemy = 'See my rating';
    this.rlabel_text_seeaverage = 'See average rating';
    this.rlabel_text_clickstars = 'Click stars to rate it!';
    this.rlabel_text_0 = 'Don\'t recommend';
    this.rlabel_text_1 = 'Hated it!';
    this.rlabel_text_2 = 'Disappointing';
    this.rlabel_text_3 = 'Just so-so';
    this.rlabel_text_4 = 'Worth a look';
    this.rlabel_text_5 = 'A must see!';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig4(screen_name) {
    this.screen_name = screen_name;
    this.type = 'rating';
    this.text_align = 'vertical';
    this.size = 'small';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-off-sm';
    this.img_slash_over = 'slash-over-sm';
    this.img_slash_on = 'slash-on-sm';
    this.img_slash_off = 'slash-off-sm';
    this.img_title_textbg = 'title-textbg';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.tlabel_text_average = 'Avg. User Rating';
    this.tlabel_text_rateitnow = 'Rate it now';
    this.tlabel_text_myrating = 'My Rating';
    this.rlabel_text_seemy = 'See my rating';
    this.rlabel_text_seeaverage = 'See average rating';
    this.rlabel_text_clickstars = 'Click stars to rate it!';
    this.rlabel_text_0 = 'Avg. User Rating';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig4a(screen_name) {
    this.screen_name = screen_name;
    this.type = 'static';
    this.text_align = 'vertical';
    this.size = 'small';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-flat-over-sm';
    this.img_star_on = 'star-flat-on-sm';
    this.img_star_off = 'star-flat-off-sm';
    this.img_slash_over = 'slash-over-sm';
    this.img_slash_on = 'slash-on-sm';
    this.img_slash_off = 'slash-off-sm';
    this.img_title_textbg = 'title-textbg';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.tlabel_text_average = 'Avg. User Rating';
    this.tlabel_text_rateitnow = 'Rate it now';
    this.tlabel_text_myrating = 'My Rating';
    this.rlabel_text_seemy = 'See my rating';
    this.rlabel_text_seeaverage = 'See average rating';
    this.rlabel_text_clickstars = 'Click stars to rate it!';
    this.rlabel_text_0 = 'Avg. User Rating';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig5(screen_name) {
    this.screen_name = screen_name;
    this.type = 'rating';
    this.size = 'small';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-off-sm';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.rlabel_text_0 = 'Avg. User Rating';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig5a(screen_name) {
    this.screen_name = screen_name;
    this.type = 'static';
    this.size = 'small';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-flat-over-sm';
    this.img_star_on = 'star-flat-on-sm';
    this.img_star_off = 'star-flat-off-sm';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.rlabel_text_0 = 'Avg. User Rating';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig6(screen_name) {
    this.screen_name = screen_name;
    this.type = 'rating';
    this.size = 'small';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';  // prefixed to each string below
    this.img_star_over = 'star-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-off-sm';
	this.img_cor_l = 'cor-l-sm';
	this.img_cor_r = 'cor-r-sm';
    this.rlabel_text_1 = 'Hated it!';
    this.rlabel_text_2 = 'Disappointing';
    this.rlabel_text_3 = 'Just so-so';
    this.rlabel_text_4 = 'Worth a look';
    this.rlabel_text_5 = 'A must see!';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig6a(screen_name) {
    this.screen_name = screen_name;
    this.type = 'static';
    this.size = 'small';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';  // prefixed to each string below
    this.img_star_over = 'star-flat-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-flat-off-sm';
	this.img_cor_l = 'cor-l-sm';
	this.img_cor_r = 'cor-r-sm';
    this.rlabel_text_1 = 'Hated it!';
    this.rlabel_text_2 = 'Disappointing';
    this.rlabel_text_3 = 'Just so-so';
    this.rlabel_text_4 = 'Worth a look';
    this.rlabel_text_5 = 'A must see!';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig7(screen_name) {
    this.screen_name = screen_name;
    this.disable_rating_change = false;
    this.lock_rlabel_after_rating = true;
    this.type = 'reco';
    this.size = 'small';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-off-sm';
    this.img_slash_over = 'slash-over-sm';
    this.img_slash_on = 'slash-on-sm';
    this.img_slash_off = 'slash-off-sm';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.slash_rating = 2000;
    this.rlabel_text_2000 = 'Don\'t Recommend';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig7a(screen_name) {
    this.screen_name = screen_name;
    this.type = 'static';
    this.size = 'small';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-off-sm';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.rlabel_text_1 = 'Hated it!';
    this.rlabel_text_2 = 'Disappointing';
    this.rlabel_text_3 = 'Just so-so';
    this.rlabel_text_4 = 'Worth a look';
    this.rlabel_text_5 = 'A must see!';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig8(screen_name) {
    this.screen_name = screen_name;
    this.disable_rating_change = false;
    this.lock_rlabel_after_rating = true;
    this.type = 'reco';
    this.size = 'small';
	this.text_align = 'vertical';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-off-sm';
    this.img_slash_over = 'slash-over-sm';
    this.img_slash_on = 'slash-on-sm';
    this.img_slash_off = 'slash-off-sm';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.slash_rating = 2000;
    this.rlabel_text_2000 = 'Don\'t Recommend';
    this.rlabel_text_1 = 'Worst ever';
    this.rlabel_text_2 = 'Poor';
    this.rlabel_text_3 = 'A mixed bag';
    this.rlabel_text_4 = 'Good';
    this.rlabel_text_5 = 'Wonderful';
	this.tlabel_text_average = 'Avg. Rating:';
	this.tlabel_text_myrating = 'My Rating:';
	this.tlabel_text_rateitnow = 'Rate it now:';
	this.tlabel_text_width = '60';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}

function WidgetConfig8a(screen_name) {
    this.screen_name = screen_name;
    this.type = 'static';
    this.size = 'small';
	this.text_align = 'vertical';
    this.min_rating = 1;
    this.max_rating = 5;
    this.img_prefix = 'http://cdn.channel.aol.com/ch_global/';
    this.img_star_over = 'star-over-sm';
    this.img_star_on = 'star-on-sm';
    this.img_star_off = 'star-off-sm';
    this.img_cor_l = 'cor-l-sm';
    this.img_cor_r = 'cor-r-sm';
    this.rlabel_text_1 = 'Hated it!';
    this.rlabel_text_2 = 'Disappointing';
    this.rlabel_text_3 = 'Just so-so';
    this.rlabel_text_4 = 'Worth a look';
    this.rlabel_text_5 = 'A must see!';
	this.tlabel_text_average = 'Avg. Rating:';
	this.tlabel_text_myrating = 'My Rating:';
	this.tlabel_text_rateitnow = 'Rate it now:';
	this.tlabel_text_width = '60';
    this.rating_handler = 'http://movies.aol.com/rating.adp';
}
