WHOIS Service

orarodeo.com - information about domain

  • Server Status: available
  • Server IP: 67.205.3.98
  • Server Response Time: 216ms

Site title

Ontario Rodeo Association

Keywords

Ontario, rodeo, Ontario Rodeo Association

Description

Ontario Rodeo Association: Sanctioning, Governing and Promoting the Province

Alexa information

Alexa rank: 10,019,358

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
orarodeo.com IN A 67.205.3.98 14400
orarodeo.com IN MX 14400 mx2.sub4.homie.mail.dreamhost.com
orarodeo.com IN MX 14400 mx1.sub4.homie.mail.dreamhost.com
orarodeo.com IN SOA 14400 mname: ns1.dreamhost.com
rname: hostmaster.dreamhost.com
serial: 2009111100
refresh: 18237
retry: 1800
expire: 1814400
minimum-ttl: 14400
orarodeo.com IN NS 14400 ns2.dreamhost.com
orarodeo.com IN NS 14400 ns3.dreamhost.com
orarodeo.com IN NS 14400 ns1.dreamhost.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr" >
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="robots" content="index, follow" />
  <meta name="keywords" content="Ontario, rodeo, Ontario Rodeo Association" />
  <meta name="description" content="Ontario Rodeo Association: Sanctioning, Governing and Promoting the Province's Elite Athletes and Marquee Events since 1957." />
  <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
  <title>Ontario Rodeo Association</title>
  <link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
  <link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
  <link href="/templates/yoo_loom/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  <link rel="stylesheet" href="/templates/yoo_loom/css/template.css.php?color=default&amp;styleswitcherFont=1&amp;styleswitcherWidth=0&amp;widthThinPx=780&amp;widthWidePx=940&amp;widthFluidPx=.9" type="text/css" />
  <link rel="stylesheet" href="/templates/yoo_loom/lib/js/lightbox/css/slimbox.css" type="text/css" />
  <link rel="stylesheet" href="http://www.orarodeo.com//modules/mod_eventlistcal15q/mod_eventlistcal15q.css" type="text/css" />
  <link rel="stylesheet" href="http://www.orarodeo.com/modules/mod_jTweet/css/jTweet.css" type="text/css" />
  <link rel="stylesheet" href="http://www.orarodeo.com/modules/mod_yoo_carousel/mod_yoo_carousel.css.php" type="text/css" />
  <script type="text/javascript" src="/templates/yoo_loom/lib/js/mootools.js.php"></script>
  <script type="text/javascript" src="http://www.orarodeo.com/plugins/system/jbLibrary/jquery-1.3.2.min.js"></script>
  <script type="text/javascript" src="/media/system/js/caption.js"></script>
  <script type="text/javascript" src="http://www.orarodeo.com/modules/mod_jTweet/js/jquery.tweet.js"></script>
  <script type="text/javascript" src="http://www.orarodeo.com/modules/mod_yoo_carousel/mod_yoo_carousel.js"></script>
  <script type="text/javascript">
jQuery.noConflict(); var YtSettings = { color: 'default', layout: 'left', fontDefault: 'font-medium', widthDefault: 'width-wide', widthThinPx: 780, widthWidePx: 940, widthFluidPx: .9, heightToppanel: 400 };         window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); }); jQuery.noConflict();jQuery(document).ready(function(){jQuery('.tweet1').tweet({count: 3,popup_intro: 'We are on Twitter!',popup_info: 'no',tweet_source: 'yes',twitter_name: 'no',suppress_replies: 'no',tweet_template: '1',twitter_action: 'tweeted',source_pre: 'from',username: 'ORArodeo',join_text: 'auto',auto_join_text_default: 'ORA said',auto_join_text_ed: 'ORA',auto_join_text_ing: 'ORA is',auto_join_text_reply: 'ORA replied to',auto_join_text_url: '1',loading_text: 'Loading Tweets ...'});}) jQuery(document).ready(function () {
  jQuery('.bubbleInfo').each(function () {
    // options
    var distance = 10;
    var time = 250;
    var hideDelay = 500;

    var hideDelayTimer = null;

    // tracker
    var beingShown = false;
    var shown = false;
    
    var trigger = jQuery('.trigger', this);
    var popup = jQuery('.popup', this).css('opacity', 0);

    // set the mouseover and mouseout on both element
    jQuery([trigger.get(0), popup.get(0)]).mouseover(function () {
      // stops the hide event if we move from the trigger to the popup element
      if (hideDelayTimer) clearTimeout(hideDelayTimer);

      // don't trigger the animation again if we're being shown, or already visible
      if (beingShown || shown) {
        return;
      } else {
        beingShown = true;

        // reset position of popup box
        popup.css({
          top: -20,
          left: 90,
          display: 'block' // brings the popup back in to view
        })

        // (we're using chaining on the popup) now animate it's opacity and position
        .animate({
          top: '-=' + distance + 'px',
          opacity: 1
        }, time, 'swing', function() {
          // once the animation is complete, set the tracker variables
          beingShown = false;
          shown = true;
        });
      }
    }).mouseout(function () {
      // reset the timer if we get fired again - avoids double animations
      if (hideDelayTimer) clearTimeout(hideDelayTimer);
      
      // store the timer so that it can be cleared in the mouseover if required
      hideDelayTimer = setTimeout(function () {
        hideDelayTimer = null;
        popup.animate({
          top: '-=' + distance + 'px',
          opacity: 0
        }, time, 'swing', function () {
          // once the animate is complete, set the tracker variables
          shown = false;
          // hide the popup entirely after the effect (opacity alone doesn't do the job)
          popup.css('display', 'none');
        });
      }, hideDelay);
    });
  });
});
  </script>
  <!--[if lte IE 6]>
               <script type="text/javascript" src="/plugins/system/jbLibrary/jquery.badBrowser.js"></script> 
                <![endif]-->
  <script type="text/javascript" src="/templates/yoo_loom/lib/js/template.js.php"></script>

</head>

<body id="page" class="font-medium width-wide ">

    
    
    <div id="page-body">
        <div class="wrapper floatholder">
        
            <div class="wrapper-outer">
                <div class="wrapper-inner">
        
                    <div id="toolbar">
                        <div class="floatbox ie_fix_floats">
                        
                                                        <div id="date">
                                Saturday, 17 March 2012                            </div>
                                                    
                            <div id="topmenu">
                                <ul class="menu-nav"><li rel="207" class="level1 item5 first"><a href="/index.php?option=com_contact&amp;view=category&amp;catid=12&amp;Itemid=207" class="level1 item5 first"><span>Contact Us</span></a></li><li rel="181" class="level1 item6"><a href="/index.php?option=com_weblinks&amp;view=categories&amp;Itemid=181" class="level1 item6"><span>Links</span></a></li><li rel="184" class="level1 item7"><a href="/index.php?option=com_search&amp;view=search&amp;Itemid=184" class="level1 item7"><span>Search</span></a></li><li rel="191" class="level1 item8 last"><a href="/index.php?option=com_xmap&amp;sitemap=1&amp;Itemid=191" class="level1 item8 last"><span>Sitemap</span></a></li></ul>
                            </div>
                        
                                                        <div id="styleswitcher">
                                                                                                <a id="switchfontlarge" href="javascript:void(0)" title="Increase font size"></a>
                                <a id="switchfontmedium" href="javascript:void(0)" title="Default font size"></a>
                                <a id="switchfontsmall" href="javascript:void(0)" title="Decrease font size"></a>
                                                            </div>
                                                        
                                                        <div id="topmodule">
                                


<div id="yoo-login">
<form action="/index.php" method="post" name="login">
        
    <div class="yoo-username">
            <input name="username" id="mod_login_username" type="text" class="inputbox" size="10" alt="Username" value="Username" onblur="if(this.value=='') this.value='Username';" onfocus="if(this.value=='Username') this.value='';" />
        </div>
    
    <div class="yoo-password">
            <input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="Password" value="Password" onblur="if(this.value=='') this.value='Password';" onfocus="if(this.value=='Password') this.value='';" />
        </div>
    
        <input type="hidden" name="remember" value="yes" />
        
    <div class="yoo-login-button">
        <button value="" name="Submit" type="submit"></button>
    </div>
    
    <div class="yoo-break"></div>
    
        
        
        
        
    <input type="hidden" name="option" value="com_user" />
    <input type="hidden" name="task" value="login" />
    <input type="hidden" name="return" value="Lw==" />
    <input type="hidden" name="eab2ad462bf2ba79278511309b989a2e" value="1" /></form>
</div>


                            </div>
                            
                                                        <div id="search">
                                <form action="index.php" method="post">
    <div id="yoo-search">
                
        <input name="searchword" maxlength="20" alt="Search" type="text" size="20" value="search..."  onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" />

                <button value="" name="Submit" type="submit"></button>
                
    </div>

    <input type="hidden" name="task"   value="search" />
    <input type="hidden" name="option" value="com_search" />
</form>
                            </div>
                                                                
                        </div>
                    </div>

                    
                    <div id="header">
                        <div class="header-tl">
                            <div class="header-tr">
                                <div class="header-bl">
                                    <div class="header-br">
                                        <div class="header-bg">
                                    
                                            <div class="floatbox ie_fix_floats">
                            
                                                <a href="" title="Home"><span id="logo" class="correct-png"></span></a>
                            
                                                <span id="illustration" class="correct-png"></span>
                            
                                                                            
                                                <div id="headermodule">
                                                    <div class="slideshow">
    <div id="yoo-carousel-1" class="yoo-carousel" style="width: 880px;height: 250px;">

        <div style="overflow: hidden; height: 250px;">

            <div class="frame" style="width: 880px;">
            
                            
                <div class="panel-container" style="width: 880px;">
                    <div class="panel-container-bl">
                        <div class="panel-container-br" style="height: 250px;">
                            
                            <div class="panel" style="width: 880px;">
                                <div style="width: 4403px;">
                                                                    <div class="slide" style="width: 880px;">
                                        <div class="article">
    <div class="floatbox" style="background: url('images/yootheme/slideshow/header_image_30.jpg'); width: 880px; height: 250px"><div style="background-position: 0% 0%; font-size: 80%; background-attachment: scroll; background-image: url('none'); margin: 220px 0px 0px 600px; color: #ffffff; background-repeat: repeat">  </div></div>        
</div>                                    </div>
                                                                    <div class="slide" style="width: 880px;">
                                        <div class="article">
    <div class="floatbox" style="background: url('images/yootheme/slideshow/header_image_25.jpg'); width: 880px; height: 250px"><div style="background-position: 0% 0%; font-size: 80%; background-attachment: scroll; background-image: url('none'); margin: 220px 0px 0px 600px; color: #ffffff; background-repeat: repeat">  </div></div>        
</div>                                    </div>
                                                                    <div class="slide" style="width: 880px;">
                                        <div class="article">
    <div class="floatbox" style="background: url('images/yootheme/slideshow/header_image_38.jpg'); width: 880px; height: 250px"><div style="background-position: 0% 0%; font-size: 80%; background-attachment: scroll; background-image: url('none'); margin: 220px 0px 0px 600px; color: #ffffff; background-repeat: repeat">  </div></div>        
</div>                                    </div>
                                                                    <div class="slide" style="width: 880px;">
                                        <div class="article">
    <div class="floatbox" style="background: url('images/yootheme/slideshow/header_image_27.jpg'); width: 880px; height: 250px"></div>        
</div>                                    </div>
                                                                    <div class="slide" style="width: 880px;">
                                        <div class="article">
    <div class="floatbox" style="background: url('images/yootheme/slideshow/header_image_12.jpg'); width: 880px; height: 250px"><div style="background-position: 0% 0%; font-size: 80%; background-attachment: scroll; background-image: url('none'); margin: 220px 0px 0px 600px; color: #ffffff; background-repeat: repeat">  </div></div>        
</div>                                    </div>
                                                                </div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            
                    
            </div>
    
        </div>
        
    </div>
</div><script type="text/javascript">
// <!--
window.addEvent('domready', function(){ new YOOcarousel('yoo-carousel-1', { transitionEffect: 'fade', transitionDuration: 700, rotateAction: 'click', rotateActionDuration: 200, rotateActionEffect: 'fade', slideInterval: 15000, autoplay: 'on' }); });
// -->
</script>

                                                </div>

                                            </div>
                                        
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>

                            
                    <div id="menu">
                        <ul class="menu"><li class="level1 item2 first parent active current"><a href="http://www.orarodeo.com/" class="level1 item2 first parent active current"><span style="background-image: url(http://www.orarodeo.com/images/stories/menu_item1_bg.png);">Home</span></a></li><li class="level1 item4 parent"><a href="/index.php?option=com_content&amp;view=article&amp;id=111&amp;Itemid=163" class="level1 item4 parent"><span style="background-image: url(http://www.orarodeo.com/images/stories/menu_item2_bg.png);">About</span></a></li><li class="level1 item5 parent"><a href="/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=1&amp;Itemid=194" class="level1 item5 parent"><span style="background-image: url(http://www.orarodeo.com/images/stories/menu_item3_bg.png);">News</span></a></li><li class="level1 item7 parent"><a href="/index.php?option=com_eventlist&amp;view=eventlist&amp;Itemid=173" class="level1 item7 parent"><span style="background-image: url(http://www.orarodeo.com/images/stories/menu_item4_bg.png);">Events</span></a></li><li class="level1 item8 last"><a href="/index.php?option=com_content&amp;view=article&amp;id=182&amp;Itemid=164" class="level1 item8 last"><span style="background-image: url(http://www.orarodeo.com/images/stories/menu_item5_bg.png);">Store</span></a></li></ul>
                    </div>
                    
                    <div id="middle">
                        <div class="background layoutleft">
        
                                                        <div id="left">
                                <div id="left_container" class="clearingfix">
                                
                                            <div class="module_menu">
            <div>
                <div>
                    <div>
                                            <ul class="menu"><li rel="207" class="level1 item1 first"><a href="/index.php?option=com_contact&amp;view=category&amp;catid=12&amp;Itemid=207" class="level1 item1 first"><span>Contact Us</span></a></li><li class="level1 item2"><a href="/index.php?option=com_weblinks&amp;view=categories&amp;Itemid=181" class="level1 item2"><span>Links</span></a></li><li class="level1 item3"><a href="/index.php?option=com_search&amp;view=search&amp;Itemid=184" class="level1 item3"><span>Search</span></a></li><li rel="224" class="level1 item4"><a href="/index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224" class="level1 item4"><span>Classified Ads</span></a></li><li class="level1 item5"><a href="/index.php?option=com_xmap&amp;sitemap=1&amp;Itemid=191" class="level1 item5"><span>Sitemap</span></a></li><li class="level1 item6"><a href="http://www.facebook.com/group.php?gid=2226166792" target="_blank" class="level1 item6"><span>Official Facebook Group</span></a></li><li class="level1 item7"><a href="http://www.facebook.com/pages/The-Ontario-Rodeo-Association/62883411325" target="_blank" class="level1 item7"><span>Official Facebook Fan Page</span></a></li><li class="level1 item8 last"><a href="http://www.orarodeo.com/index.php?option=com_content&amp;view=article&amp;id=306:ora-queen-contest&amp;catid=68:updates&amp;Itemid=232" class="level1 item8 last"><span>ORA Queen</span></a></li></ul>                    </div>
                </div>
            </div>
        </div>
            <div class="module">
            <div>
                <div>
                    <div>
                                            



<div class="jTweet">
    <div class="jTweetInfo">
    
                
                <div class="noPopup">
                        <img src="modules/mod_jTweet/images/bird3.png" alt="twitter Bird" />
                                        <span class="triggerDetail"><a target="_blank" href="http://twitter.com/ORArodeo/">Follow us on Twitter</a></span>
                    </div>
            </div>
    
    <div class="tweet tweet1">
    </div>
</div>
<div class="jTweetClear"></div>
                    </div>
                </div>
            </div>
        </div>
    
                                    
                                </div>
                            </div>
                                        
                            <div id="main">
                                <div id="main_container" class="clearingfix">
        
                                    
                                    <div id="mainmiddle" class="floatbox withright">
        
                                                                                <div id="right">
                                            <div id="right_container" class="clearingfix">
                                                        <div class="module">
            <div>
                <div>
                    <div>
                                                    <h3>Classified Ads</h3>
                                            <ul>
<li><a href="index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224">Ranch Hand Needed</a></li>
<li><a href="index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224">Training and Lessons available - Ancaster</a></li>
<li><a href="index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224">Breakaway and Tiedown Horse for Sale</a></li>
<li><a href="index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224"></a><a href="index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224">Panels and Gates For Sale</a></li>
<li><a href="index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224"></a><a href="index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224">Martha Josey Ultimate Barrel Saddle For Sale</a></li>
<li><a href="index.php?option=com_content&amp;view=article&amp;id=232&amp;Itemid=224">more...</a></li>
</ul>                    </div>
                </div>
            </div>
        </div>
            <div class="module">
            <div>
                <div>
                    <div>
                                                    <h3>Event calendar</h3>
                                             
<div class='eventcalq' align='center'><table class="mod_eventlistcalq_calendar" cellspacing="0" cellpadding="0">
<caption class="mod_eventlistcalq_calendar-month"><a href="/index.php?&amp;el_mcal_month=2&amp;el_mcal_year=2012">&lt;&lt; </a>&nbsp;March&nbsp;2012&nbsp;<a href="/index.php?&amp;el_mcal_month=4&amp;el_mcal_year=2012"> &gt;&gt;</a></caption>
<tr><th class="mod_eventlistcalq_daynames" abbr="Mon">&nbsp;Mo&nbsp;</th><th class="mod_eventlistcalq_daynames" abbr="Tue">&nbsp;Tu&nbsp;</th><th class="mod_eventlistcalq_daynames" abbr="Wed">&nbsp;We&nbsp;</th><th class="mod_eventlistcalq_daynames" abbr="Thu">&nbsp;Th&nbsp;</th><th class="mod_eventlistcalq_daynames" abbr="Fri">&nbsp;Fr&nbsp;</th><th class="mod_eventlistcalq_daynames" abbr="Sat">&nbsp;Sa&nbsp;</th><th class="mod_eventlistcalq_daynames" abbr="Sun">&nbsp;Su&nbsp;</th></tr>
<tr><td class="mod_eventlistcalq">&nbsp;</td><td class="mod_eventlistcalq">&nbsp;</td><td class="mod_eventlistcalq">&nbsp;</td><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;1</td><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;2</td><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;3</td><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;4</td></tr>
<tr><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;5</td><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;6</td><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;7</td><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;8</td><td class="mod_eventlistcalq_calday">&nbsp;&nbsp;9</td><td class="mod_eventlistcalq_calday">10</td><td class="mod_eventlistcalq_calday">11</td></tr>
<tr><td class="mod_eventlistcalq_calday">12</td><td class="mod_eventlistcalq_calday">13</td><td class="mod_eventlistcalq_calday">14</td><td class="mod_eventlistcalq_calday">15</td><td class="mod_eventlistcalq_calday">16</td><td class="mod_eventlistcalq_caltoday">17</td><td class="mod_eventlistcalq_calday">18</td></tr>
<tr><td class="mod_eventlistcalq_calday">19</td><td class="mod_eventlistcalq_calday">20</td><td class="mod_eventlistcalq_calday">21</td><td class="mod_eventlistcalq_calday">22</td><td class="mod_eventlistcalq_calday">23</td><td class="mod_eventlistcalq_calday">24</td><td class="mod_eventlistcalq_calday">25</td></tr>
<tr><td class="mod_eventlistcalq_calday">26</td><td class="mod_eventlistcalq_calday">27</td><td class="mod_eventlistcalq_calday">28</td><td class="mod_eventlistcalq_calday">29</td><td class="mod_eventlistcalq_calday">30</td><td class="mod_eventlistcalq_calday">31</td><td class="mod_eventlistcalq">&nbsp;</td></tr>
</table>
</div>                      </div>
                </div>
            </div>
        </div>
            <div class="module">
            <div>
                <div>
                    <div>
                                                    <h3>Who's Online</h3>
                                             We have&nbsp;128 guests&nbsp;online                    </div>
                </div>
            </div>
        </div>
    
                                            </div>
                                        </div>
                                                                
                                        <div id="content">
                                            <div id="content_container" class="clearingfix">
        
                                                        
                                                                        
                                                <div class="floatbox">
                                                    
                                                    <table class="blog" cellpadding="0" cellspacing="0">
<tr>
    <td valign="top">
                    <div>
        
<table class="contentpaneopen">
<tr>
        <td class="contentheading" width="100%">
                <a href="/index.php?option=com_content&amp;view=article&amp;id=446:its-almost-here-&amp;catid=3:newsflash&amp;Itemid=194" class="contentpagetitle">
            It's almost here... </a>
            </td>
    
    
    
        </tr>
</table>
<table class="contentpaneopen">


<tr>
    <td valign="top" colspan="2" class="createdate">
        Wednesday, 14 March 2012 23:25    </td>
</tr>


<tr>
<td valign="top" colspan="2">
<p>The rest of the 2012 ORA Rodeo Season. Big Cities and Villages with stoic heritage.</p>
<p>Just like you, the competing membership and the supporting fan, we are eagerly anticipating the "Summer Schedule". However, the "Keys to Rodeo's VIP" lies with our production partners and our partnering committees. Once the committees are prepared to begin their promotional campaigns and the producers are ready to release their tours en masse, the ORA will receive this information, conduct the approval process (within 48 hours), and vehemently release the ORA Roster of Events to the world.</p>
<p>The membership premium cut-off date is approaching (March 31) and as members ourselves, we are, just like you, wanting to know what events the Association is offering, where, when, and how much. Please take confidence in the fact that, as in our 56 years of Rodeo in Ontario, we will have rodeos. We will have great rodeos. We truly will have a "Full Schedule", and the ORA Board is going to pro-actively ensure that we will have a great Ontario Finals Rodeo.</p>
<p>After discussions with our production partners, we feel that the balance of our season will be announced within the next 7-10 days, and we will make sure that our members, competitors and supporters are instantly informed as soon as we complete the process. Thank you for your continued support, and get ready for more great Rodeo in the Province of Ontario.</p></td>
</tr>



</table>
<span class="article_separator">&nbsp;</span>
        </div>
        </td>
</tr>

<tr>
    <td valign="top">
        <table width="100%"  cellpadding="0" cellspacing="0">
        <tr>
                                        <td valign="top" width="50%" class="article_column">
                
<table class="contentpaneopen">
<tr>
        <td class="contentheading" width="100%">
                <a href="/index.php?option=com_content&amp;view=article&amp;id=445:ora-judges-stay-tuned-for-more-info&amp;catid=3:newsflash&amp;Itemid=194" class="contentpagetitle">
            ORA Judges... Stay tuned for more info</a>
            </td>
    
    
    
        </tr>
</table>
<table class="contentpaneopen">


<tr>
    <td valign="top" colspan="2" class="createdate">
        Wednesday, 14 March 2012 23:05    </td>
</tr>


<tr>
<td valign="top" colspan="2">
<p>The ORA Board of Directors has been working with its representatives and current judges to devise a re-vamped judging program.</p>
<p>There will be two up-coming sessions for ORA Rodeo Judges. &nbsp;</p>
<p>The first will entail a forum of our existing judges to evaluate rules, rule changes and examples of situations that have transpired over the past few seasons. &nbsp;With input from the current judging roster in addition to directors in attendance, a common understanding of each rule and its application will be developed so that each official may confidently judge an event knowing that their colleauges would make the exact same call. &nbsp;This will be an open forum, and mandatory of any official that is intending to judge an ORA Rodeo in 2012. &nbsp;The date will be released in the next 7-10 days and each judge will be contacted by the ORA Office. &nbsp;We look forward to working with our front-lines to assist in the improvement of the workplace. &nbsp;</p>
<p>The second will be a two-day applied learning (hands-on) session for new judges. &nbsp;It is desired that our approved roster of judges attends this session as well to assist in the development of our officials. &nbsp;With a mix of video review, classroom and arena time, this will provide our new recruits an abundance of attention and guidance into the rewarding field of rodeo officiating. &nbsp;All new recruits will be asked to read the ORA Rulebook beforehand so that time is effectively spent learning the greater aspects of being a Rodeo Judge. &nbsp;This date will be released in the next 7-10 days as well.</p></td>
</tr>



</table>
<span class="article_separator">&nbsp;</span>

<table class="contentpaneopen">
<tr>
        <td class="contentheading" width="100%">
                <a href="/index.php?option=com_content&amp;view=article&amp;id=443:clinton-nye-2012-preliminary-results-posted&amp;catid=3:newsflash&amp;Itemid=194" class="contentpagetitle">
            Clinton NYE 2012 preliminary results posted</a>
            </td>
    
    
    
        </tr>
</table>
<table class="contentpaneopen">


<tr>
    <td valign="top" colspan="2" class="createdate">
        Thursday, 05 January 2012 00:37    </td>
</tr>


<tr>
<td valign="top" colspan="2">
<p>Available <a href="index.php?option=com_content&amp;view=article&amp;id=425&amp;Itemid=240" title="2012 Ontario Rodeo Association Season Results" target="_blank">here</a></p></td>
</tr>



</table>
<span class="article_separator">&nbsp;</span>
</td>
                                                        <td valign="top" width="50%" class="article_column column_separator">
                
<table class="contentpaneopen">




<tr>
<td valign="top" colspan="2">
<p>&nbsp;<img src="images/ifr42logo.jpg" width="250" height="128" alt="ifr42logo" style="display: block; margin-left: auto; margin-right: auto;" /></p>
<p style="text-align: center;" align="center"><span style="font-size: 16pt; font-family: Stencil; color: black;">ORA well represented at the Forty-Second IFR in Oklahoma City, Oklahoma</span></p>
<p style="text-align: center;" align="center">&nbsp;</p>
<p><span style="font-family: arial,helvetica,sans-serif;">&nbsp;This year at the 42<sup>nd</sup> International Finals Rodeo in Oklahoma City, Oklahoma, 25 Canadians came to compete. Among the 25 Canadians were 15 Ontario Rodeo Association members. There were also two ORA members from the United States in attendance.</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">In the bareback riding, Danian Nutt from Parkill, Ontario, covered three of his four broncs with scores of 72.5, 74.75 and 76.5 in rounds 1, 3, and 4, respectively. His total of 223.75 on his three broncs landed him 12<sup>th</sup> in the average and 5<sup>th</sup> overall in the IPRA 2011 World Standings.</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">Joseph Courville, who is one of two ORA members who qualified for the IFR from the United States, rode all four of his broncs to give him a total score of 311.25. He finished 5<sup>th</sup> in the average and 3<sup>rd</sup> in the IPRA world standings for the year.</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">Moving on to the saddle bronc riding, three of our ORA members qualified: Peter Hallman, Tyler Foster and Rod Weese. In round number two, Rod Weese covered his bronc “Action Cat” for a score of 78.5 placing him in a tie for third place. Rod finished 9<sup>th</sup> in the average, and 13<sup>th</sup> overall in the standings. Peter Hallman and Tyler Foster finished 11<sup>th</sup> and 14<sup>th</sup>, respectively, in the 2011 IPRA World Standings.</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">In the tie-down roping, Ross Scully and Jarod Nooren were the definition of consistent during all four rounds. In the first go round, Ross roped a 10.5 to place 4<sup>th</sup>. Jarod had a quick 8.1, but unfortunately broke the barrier. Moving to the 2<sup>nd</sup> round, Jarod had a fantastic run of 7.6 to win; 7.6 would also be the second fastest time of the whole weekend. Ross had a nice clean run of 9.7 to keep himself nicely situated in the average. In the third round, Jarod placed third with an 8.0 and Ross had yet another great run of 8.8 positioning him at 3<sup>rd</sup> in the average. In the final round, Jarod roped a 10.1 to place 4<sup>th</sup> and Ross had a 10.6 leaving him just one spot out of a paycheque. Ross finished the finals off at 2<sup>nd</sup> in the average and 3<sup>rd</sup> overall in the IPRA world standings. Jarod finished 3<sup>rd</sup> in the average and 2<sup>nd</sup> overall in the IPRA world standings. Jarod and Ross were two of only four guys to catch all four of their calves.</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">In the steer wrestling, ORA members Rod Weese and Matt Mousseau qualified. Unfortunately Matt had to turn out after the first round when he injured his leg; but overall finished 7<sup>th</sup> in the IPRA world standings after a great season. Rod had a 5.0, 4.0 and 5.0 in rounds 2 through 4, placing him fourth in the third round and tied for 4<sup>th</sup> in the final round. With 3 consistent runs, Rod finished 7<sup>th</sup> in the average and 4<sup>th</sup> overall in the IPRA world standings. Rod also finished 5<sup>th</sup> overall in the IFR All-Around standings after having a stellar year competing at both ends of the arena.</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">Moving on to the team roping, headers Ross Scully and Cody Mousseau qualified as well as heeler, Jarod Nooren. In the first round, Cody and Jarod had a 7.6 to leave them just one spot out of the money. In the second round, they caught in a time of 11.6 seconds. Overall, Cody and Jarod finished 7<sup>th</sup> in the average. Cody finished off his 2011 season at 7<sup>th</sup> in the world and Jarod at 15<sup>th</sup>. Ross Scully teamed up with heeler, Wade Feeny from Broken Arrow, OK. In the third round, they had a great time of 5.8, also falling just short of a paycheque, in 5<sup>th</sup> place. Overall, Ross finished 13<sup>th</sup> in the average and 14<sup>th</sup> in the world as a header.</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">In the barrel racing, it was the beginning of the IFR family affair with Lisa Gray and Tamaran Mousseau both qualifying. As well, ORA member Laura Lee Thomas from Union City, PA also qualified. Lisa had her best run in the second go round, running a 15.504 and placing 4<sup>th</sup>. Overall, she finished 12<sup>th</sup> in the world, and 12<sup>th</sup> in the average. Tamaran’s best run came in the final go round where she ran a 15.794. She finished 14<sup>th</sup> in the average and 13<sup>th</sup> in the standings. Laura Lee Thomas placed 2<sup>nd</sup> in the 3<sup>rd</sup> and 4<sup>th</sup> rounds with times of 15.215 and 15.378, respectively. She finished off her 2011 season as 6<sup>th</sup> in the world and 8<sup>th</sup> in the average.</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">Next up, one of the most exciting events to witness at this year’s IFR, the breakaway roping. This is the first year breakaway roping was a part of the IFR, and the Canadian girls dominated! The ORA members competing in the breakaway roping were: Sheri Cahill, Teri-Lee Dunk, Lacey Scully and Callie Gray. Although Sheri didn’t have “the finals she had in mind”, she had an incredible year and that solidified her position at the top, being the first ever IPRA World Champion Breakaway Roper! Callie Gray had a great catch in round number 3 to place her 4<sup>th</sup>. She finished at 13<sup>th</sup> in the average, and the world standings. Teri Lee Dunk caught 3 out of 4 calves, and placed fourth with a 3.5 second run in round number two to help her finish 3<sup>rd</sup> in the average; and 8<sup>th</sup> overall! Lacey Scully had a great weekend and was the most consistent roper out of all 15 competitors, being the only one to catch all four calves. She roped a 12.5, 4.2, 4.0 and 3.5 in rounds 1 through 4. She finished as IFR#42 Champion breakaway roper!</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">In the bull riding, Luke McCoag had a tough go against a rank pen of bulls, but his determination and love of the sport showed throughout! Luke finished his incredible 2011 year off at 3<sup>rd</sup> in the world.</span></p>
<p style="text-align: center;" align="center"><span style="font-family: arial,helvetica,sans-serif;">Other Canadian competitors at IFR42 included:</span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pat Legault (Ste-Barbe, PQ) in the Bareback riding, finishing 10<sup>th</sup> in the average and 4<sup>th</sup> overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sylvan Muenier (St- Polycarbonate, PQ) in the bareback riding, finishing 15<sup>th</sup> in the average and 10<sup>th</sup> overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luc Cloutier (St. Tite, PQ) in the Saddle Bronc riding, who was injured in round 1 of the IFR, but finished 7<sup>th</sup> overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dave Doyon (St-Victor, PQ) in the Saddle bronc riding, finishing 9<sup>th</sup> overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Edesse Descoteaux (Lorrainville, PQ) in the barrel racing, finishing 3<sup>rd</sup> in the average and 4<sup>th</sup> overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Martine Desjardins (Carlsbad Springs, PQ) in the barrel racing, finishing 4<sup>th</sup> in the average and 5<sup>th</sup> overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Shannyka Sylvestre (L’ange-Gardien, PQ) in the barrel racing, finishing 15<sup>th</sup> in the average and overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Marc Deslandes (St-Liboire, PQ) in the bull riding, finishing 7<sup>th</sup> in the average and 8<sup>th</sup> overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Eric Isabelle (Ste-Julienne, PQ) in the bull riding, finishing 10<sup>th</sup> overall</span></span></p>
<p style="margin-left: 0.15pt; text-indent: -0.25in;" class="ListParagraph"><span style="font-family: arial,helvetica,sans-serif;">-<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-font-feature-settings: normal; -moz-font-language-override: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ian Charman (Pontypool, ON) in the bull riding, finishing 12<sup>th</sup> overall</span></span></p>
<p style="text-align: center;" align="center"><span style="font-family: arial,helvetica,sans-serif;">Congratulations to all of our Ontario Rodeo Association members who traveled down to Oklahoma, you all worked so hard to make it there and you have made Ontario proud!!</span></p>
<p style="text-align: center;" align="center"><span style="font-family: arial,helvetica,sans-serif;">Way to represent!</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">Cassie Luxton</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;">PR Director</span></p></td>
</tr>



</table>
<span class="article_separator">&nbsp;</span>

<table class="contentpaneopen">
<tr>
        <td class="contentheading" width="100%">
                <a href="/index.php?option=com_content&amp;view=article&amp;id=442:updated-clinton-callbacks&amp;catid=3:newsflash&amp;Itemid=194" class="contentpagetitle">
            Updated Clinton Callbacks</a>
            </td>
    
    
    
        </tr>
</table>
<table class="contentpaneopen">


<tr>
    <td valign="top" colspan="2" class="createdate">
        Friday, 30 December 2011 11:58    </td>
</tr>


<tr>
<td valign="top" colspan="2">
<p>The most recently updated callbacks for the NYE Clinton Rodeo are available <a href="images/stories/events/clintonnye2012callbacks.pdf" title="Clinton New Year's Eve 2012 Callbacks" target="_blank">HERE</a>&nbsp;. &nbsp;Happy New Year!</p></td>
</tr>



</table>
<span class="article_separator">&nbsp;</span>
</td>
                                
        </tr>
        </table>
    </td>
</tr>
<tr>
    <td valign="top">
        <div class="blog_more">
            <div>
    <strong>More Articles...</strong>
</div>
<ul>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=441:pics-from-the-2011-ora-awards-ceremony&amp;catid=3:newsflash&amp;Itemid=194">
            Pics from the 2011 ORA Awards Ceremony</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=440:the-new-2012-ora-queen-miss-katelyn-scully&amp;catid=3:newsflash&amp;Itemid=194">
            The New 2012 ORA Queen, Miss Katelyn Scully</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=438:the-ontario-rodeo-association-celebrates-new-years-eve-2012-with-a-rodeo-and-video-dance-party-in-clinton&amp;catid=3:newsflash&amp;Itemid=194">
            The Ontario Rodeo Association celebrates New Year's Eve 2012 with a Rodeo and Video Dance Party in Clinton!</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=437:the-qminutesq-of-the-first-ora-agm&amp;catid=1:latest-news&amp;Itemid=194">
            The &quot;Minutes&quot; of the first ORA AGM</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=436:congratulations-to-our-2011-special-awards-winners&amp;catid=3:newsflash&amp;Itemid=194">
            Congratulations to our 2011 Special Awards Winners</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=435:meet-your-2012-representatives&amp;catid=3:newsflash&amp;Itemid=194">
            Meet Your 2012 Representatives!</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=434:the-2012-ora-agm-agenda-is-available-for-download&amp;catid=3:newsflash&amp;Itemid=194">
            The 2012 ORA AGM Agenda is Available for Download</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=433:introducing-ddd-quarter-horse-clothing&amp;catid=3:newsflash&amp;Itemid=194">
            Introducing: DDD Quarter Horse Clothing</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=431:vintage-article-from-the-london-citylife-on-dean-dobinson&amp;catid=3:newsflash&amp;Itemid=194">
            Vintage Article from the London CityLife on Dean Dobinson</a>
    </li>
    <li>
        <a class="blogsection" href="/index.php?option=com_content&amp;view=article&amp;id=432:behind-the-chute-remembering-dean&amp;catid=66:behind-the-chute-lessons-from-cowboy-church&amp;Itemid=226">
            Behind the Chute: Remembering Dean</a>
    </li>
</ul>
        </div>
    </td>
</tr>

</table>

                                                </div>
        
                                                        
                                            </div>
                                        </div>
        
                                    </div>

                                    
                                </div>
                            </div>
                        
                        </div>
                    </div>

                                        <div id="bottom">
                        <div class="floatbox ie_fix_floats">
                                                        
                                                        <div class="bottombox width100  float-left">
                                        <div class="module">
            <div>
                <div>
                    <div>
                                            <p style="vertical-align: middle;"><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/dnrlogo_55.jpg" border="0" alt="D&amp;R Contracting" title="D&amp;R Contracting" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/rawhidelogo_55.gif" border="0" alt="Rawhide Rodeo" title="Rawhide Rodeo" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/PFarrierS_55.jpg" border="0" alt="Professional Farrier Supply Inc." title="Professional Farrier Supply Inc." /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/southernsteele_55.jpg" border="0" alt="Southern Steele Quarter Horses" title="Southern Steele Quarter Horses" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/sprucewood55.gif" border="0" alt="Sprucewood Leasing" title="Sprucewood Leasing" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/abark55.gif" border="0" alt="A Bar K Rodeo" title="A Bar K Rodeo" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/ontarioent55.gif" border="0" alt="Ontario Rodeo Entertainment dot ca" title="Ontario Rodeo Entertainment dot ca" /></a></p>
<p style="vertical-align: middle;"><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"></a><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/totalequinefencing.jpg" border="0" alt="Total Equine Fencing" title="Total Equine Fencing" /></a> <a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/tvm-logo55.jpg" border="0" alt="TVM Building Products" title="TVM Building Products" /></a> <a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/grantontrailers_55.gif" border="0" alt="Granton Trailers" title="Granton Trailers" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/nuco_55.jpg" border="0" alt="NUCO Inc." title="NUCO Inc." /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /> <a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/steelwood55.jpg" border="0" alt="Steelwood Truss" title="Steelwood Truss" height="55" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" style="border-style: initial; border-color: initial; border-width: 0px;" /><img src="images/stories/sponsors/sinopolism.jpg" border="0" alt="Sinopoli Tack and Feed" title="Sinopoli" height="55" /></p>
<p style="vertical-align: middle;"><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/tuning55.jpg" border="0" alt="Tuning Element" title="Tuning Element" height="55" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/luxton55.jpg" border="0" alt="Luxton Photography" title="Luxton Photography" height="55" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stories/sponsors/indiv55.jpg" border="0" alt="Individual Supporters" title="Individuals" height="55" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/stewarts55.jpg" alt="stewarts55" title="Stewarts" height="55" width="115" /></a> <img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"><img src="images/holstein55.jpg" alt="holstein55" title="holstein" height="51" width="190" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" style="border-style: initial; border-color: initial; border-width: 0px;" /><img src="images/weathertight55.jpg" alt="weathertight55" title="Weathertight" height="55" width="103" style="border-style: initial; border-color: initial; border-width: 0px;" /></p>
<p style="vertical-align: middle;"><a href="index.php?option=com_content&amp;view=article&amp;id=183&amp;Itemid=176" title="Sponsor details and information about becoming a sponsor"></a></p>
<p style="vertical-align: middle;"><a href="images/stories/sponsors/wwwestwranglerad.jpg" target="_blank"><img src="images/wwwest.png" height="55" /></a> <img src="images/stories/sponsors/spacer_55.gif" border="0" /><a href="images/stories/sponsors/wwwestwranglerad.jpg" target="_blank"><img src="images/wrangler.png" height="55" /></a><img src="images/stories/sponsors/spacer_55.gif" border="0" style="border-style: initial; border-color: initial; border-width: 0px;" /><img src="images/stories/sponsors/collver55.gif" border="0" alt="Collver 24 Hour Towing" title="Collver 24 Hour Towing" /><img src="images/stories/sponsors/spacer_55.gif" border="0" /><img src="images/stories/sponsors/royionsonlogo_55.gif" border="0" alt="Ionson's Saddlery" title="Ionson's Saddlery" /></p>                    </div>
                </div>
            </div>
        </div>
    
                            </div>
                                                                                                                
                                                        
                                                                                                                
                                                                                    
                        </div>
                    </div>
                                        
                </div>
            </div>
            
            <div id="footer">

                                <div id="footermodule">
                    <p>Copyright © 2012 Ontario Rodeo Association&nbsp;</p><a href="/index.php?format=feed&amp;type=rss">
    <img src="/images/M_images/livemarks.png" alt="feed-image"  /> <span>Feed Entries</span></a>
                </div>
                
                <span class="footer-bg correct-png"></span>
                        
            </div>
            
            
            
        </div>
    </div>


            <script type="text/javascript">
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
            </script>
            <script type="text/javascript">
            try {
            var pageTracker = _gat._getTracker("UA-7374634-1");
            pageTracker._trackPageview();
            } catch(err) {}</script>
            </body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...