Wednesday, May 18, 2011

HERNANDO COUNTY RECREATION DEPARTMENT MEN'S SOFTBALL RESULTS

HERNANDO COUNTY RECREATION DEPARTMENT MEN'S SOFTBALL RESULTS

MEN?S SOFTBALL

Published: May 16, 2011

HERNANDO COUNTY RECREATION DEPARTMENT MEN'S SOFTBALL RESULTS

HCRD 'A' Division Standings
PL TEAM W L .PCT
1. Felony's 2 0 1.000
2. Challenger 1 0 1.000
3. C's Pub 1 1 .000
3. Huffstetler Guns and Ammo 1 1 .500
5. Spring Hill Savages 0 1 .000
6. Black Swan 0 2 .000
TOTALS 5 5 .500

'A' Division Results
05-09:
Felony's 27? Spring Hill Savages 10

05-10:
Challenger 16, Black Swan 8
Felony's 14, Huffstetler 12

05-11:
C's Pub 22, Black Swan 12

05-13:
Huffstetler 15, C's Pub 8

HCRD 'B' Division Standings
PL TEAM W L .PCT
1. Meineke 1 0 1.000
1. Icons 1 0 1.000
1. Beef O'Brady's 1 0 1.000
1. Attorneys Whittel-Melton 1 1 .500
2. Regulators 1 1 .500
2. N.W.O. 0 1 .000
2. Pinch-A-Penny 0 2 .000
TOTALS 5 5 .500

'B' Division Results
05-09:
Meineke 16, NOW 8
Icons 16, Regulators 15

05-10:
Attorneys 22, Pinch 12

05-13:
Regulators 21, Attorneys 6
Beef's 24, Pinch 7

HCRD 'C' Division Standings
PL TEAM W L .PCT
1. Environmental H20 3 0 1.000
2. Jerseys 2 0 1.000
2. Thunder and Lightning 2 0 1.000
4. Great Florida Insurance 2 1 .667
5. Hideaway Hitmen 1 1 .500
5. Pitt Boss 1 1 .500
7. Wendy's 0 1 .000
8. Adrian Pharmaceutical 0 2 .000
8. Carey Leisure 0 2 .000
10. Sparetime 0 3 .000
TOTALS 11 11 .500

'C' Division Results:
05-10:
Hideaway 12, Great Florida 8
Jerseys 23, Adrian 5

05-11:
Environmental 21, Hideaway 15
Great Florida 16, Carey 7
Pitt Boss 13, Sparetime 12

05-12:
Great Florida 21, Sparetime 16
Thunder 19, Wendy's 7
Environmental 18, Carey 17

05-13:
Thunder 13, Pitt Boss 5
Jersey's 14, Adrian 10
Environmental 12, Sparetime 11

HCRD 'D' Division Standings: (thru 05-12)
PL TEAM W L .PCT
1. Advanced Restoration 2 0 1.000
1. Spring Hill MRI 2 0 1.000
3. Karisma 1 0 1.000
4. Tequila Patron 2 1 .667
5. Spring Hill Baptist 1 1 .500
5. Moose Lodge 1 1 .500
7. Covenant Christian Church 0 2 .000
7. Felony's 0 2 .000
7. Regional Rehab 0 2 .000
TOTALS 9 9 .500

'D' Division
05-09:
Advanced 14, Moose 13
Karisma 20, Cov. Christian 6
Tequila 12, Felony's 6

05-10:
Spring Hill Baptist 22, Regional 7

05-11:
Advanced 10, Tequila 9
Spring Hill MRI 16, Regional 4

05-12:
Tequila 19, Cov. Christian 4
Spring Hill MRI 25, Spring Hill Baptist 19
Moose 20, Felony's 10

\n\
\n\ \n\ '; $('#commentslist').prepend(header); if (mg_comments_json.pagination.has_previous == 'True') { controls += '\n\ ?'; } // 10 or less pages of comments if (mg_comment_pages > 0 && mg_comment_pages ' + (i + 1) + '?'; } else { controls += '?'; } } } // over 10 pages of comments else if (mg_comment_pages > 10) { for (var i = 0; i (1 - 5) && (i + 1) ' + (i + 1) + '?'; } else if (i + 1 == 1) { controls += '?'; } } } // one page of comments else if (mg_comment_pages == 1) { controls += '?'; } // no comments else { controls += ''; } if (mg_comments_json.pagination.has_next == 'True') { controls += '\n\ '; } $('#comment_controls_top').empty().html(controls); $('#comment_controls_bottom').empty().html(controls); $('#comment_controls_top').addClass('comment_controls'); $('#comment_controls_bottom').addClass('comment_controls'); // comments $.each(mg_comments_json.comment_list, function(y, comment) { if (y % 2 == 0) { var classname = 'commenteven'; } else { var classname = 'commentodd'; } if (comment.removed == 'True' && mg_duke_user != comment.username) { var comment_content = '(This comment was removed by the site staff.)'; var state = 'inactive'; } else { var comment_content = comment.comment; var state = 'active'; } if (state == 'active') { var state_control = ' Mark inactive'; } else if (state == 'inactive') { var state_control = ' Mark active'; } if (mg_user_json.staff == 'true') { var style = 'display:show; font-weight:bold; cursor:pointer;'; } else if (mg_user_json.staff == 'false') { var style = 'display: none;'; } content += ''; }); $('#comments_content').empty().html(content); // comment toggle $('.mg__comment_state_control').live('click', function () { var comment_id = this.id.split('__')[2]; var action = this.lastChild.data.slice(1); if (action == 'Mark active') { var state_value = 'active'; } else if (action == 'Mark inactive') { var state_value = 'inactive'; } $.ajax({ type: 'POST', url: '/api/comments/set/' + state_value + '/', data: {comment_id: comment_id, ctype: mg_ctype, cid: mg_cid}, cache: false, dataType: 'json', success: function (json) { if (json.success == 'true') { if (json.comment_txt) { $('#mg__comment_content__' + comment_id).empty().text(json.comment_txt); $('#mg__comment_state_control__' + comment_id).empty().html(' Mark inactive'); } else { $('#mg__comment_content__' + comment_id).empty().html('(This comment was removed by the site staff.)'); $('#mg__comment_state_control__' + comment_id).empty().html(' Mark active'); } } } }); }); } else { $('#comments_content').empty(); } // comments submission form if (mg_duke_user != false) { // allow user to view all comments if (1 == 0) { var pages_button = ' '; $('#comment_controls_top').empty().html(pages_button); $('#comment_controls_bottom').empty().html(pages_button); $('.comment_control_button').css({'margin-top': '1px'}); } else if (mg_comment_pages > 1 && 1 != 0) { var all_button = ' '; $('#comment_controls_top').append(all_button); $('#comment_controls_bottom').append(all_button); } // are they allowed to post? if (typeof(mg_penalty_expire_time) != "undefined") { form += '\n\

Posting Suspended

\n\

Hello ' + mg_duke_user + '; thanks for your interest in submitting content to TBO.com.

\n\

Based on recent activity, your privileges have been temporarily suspended. You may submit content again after ' + mg_penalty_expire_time + '.

\n\

While you\?re waiting, we encourage you to check out the Member Agreement, which spells out our rules of the road. If you have questions or believe you\?ve received this message in error, please e-mail info@tbo.com.

\n\

Thanks again. We look forward to your future contributions and participation.

'; } else { form += '\n\

Post a comment

\n\

\n\ * Keep it clean
\n\ * Respect others
\n\ * Don\'t hate
\n\ * Don\'t use web URLs or the comment will not post
\n\ * Don\'t use language you wouldn\'t use with your mom
\n\ * Use "Report Inappropriate Comments" link when necessary
\n\ * See Member Agreement for details
\n\

\n\ '; } } else { form += '\n\ \n\ \n\ '; } $('#comment_form').empty().html(form); // handle asynchronous login and logout $('#login_submit_button').click(function() { var username = $('#id_username').val(); var password = $('#id_password').val(); $.ajax({ type: 'POST', url: '/api/accounts/login/', data: {username: username, password: password}, cache: false, dataType: 'json', success: function (json) { if (json.penaltybox) { mg_penalty_expire_time = json.penaltybox.expires; } if (json.logged_in == 'True') { // set up the comment posting form if (typeof(mg_penalty_expire_time) != "undefined") { var form = '\n\

Posting Suspended

\n\

Hello ' + mg_duke_user + '; thank you for your interest in submitting content to TBO.com.

\n\

Based on recent activity, your privileges have been temporarily suspended. You may submit content again after ' + mg_penalty_expire_time + '.

\n\

While you\?re waiting, we encourage you to check out the Member Agreement, which spells out our rules of the road. If you have questions or believe you\?ve received this message in error, please e-mail info@tbo.com.

\n\

Thanks again. We look forward to your future contributions and participation.

'; } else { var form = '\n\

Post a comment

\n\

\n\ * Keep it clean
\n\ * Respect others
\n\ * Don\'t hate
\n\ * Don\'t use web URLs or the comment will not post
\n\ * Don\'t use language you wouldn\'t use with your mom
\n\ * Use "Report Inappropriate Comments" link when necessary
\n\ * See Member Agreement for details
\n\

\n\ '; } $('#comment_form').empty().html(form); // allow user to view all comments if (1 == 0) { //var pages_button = ' '; var pages_button = ''; $('#comment_controls_top').empty().html(pages_button); $('#comment_controls_bottom').empty().html(pages_button); $('.comment_control_button').css({'margin-top': '1px'}); } else if (mg_comment_pages > 1 && 1 != 0) { var all_button = ' '; $('#comment_controls_top').append(all_button); $('#comment_controls_bottom').append(all_button); } // change the status in the welcome bar var content = 'Hello ' + username + '.'; $('#login').empty().html(content); $('#login').css({'padding-left': '10px', 'padding-right': '10px'}); var content2 = 'Logout'; $('#login2').empty().html(content2); $('#login2').css({'padding-left': '0px', 'padding-right': '0px'}); } else { var error_msg = '* There was an error logging in. Please check your username and password and try again.'; $('#comment_login_error').addClass('comment_login_error'); $('#comment_login_error').html(error_msg); } } }); }); } } window.setInterval(build_comments, 200);

Source: http://www2.hernandotoday.com/content/2011/may/16/hernando-county-recreation-department-mens-softbal/areasports/

starbucks st louis weather origins bruce springsteen jim caviezel

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.