CINXE.COM
Carrick Rangers Football Club - UEFA 10 point plan
<!DOCTYPE html> <html> <head> <title>Carrick Rangers Football Club - UEFA 10 point plan</title> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <!-- Theme CSS --> <link href="assets/css/main.css" rel="stylesheet" media="screen" /> <!-- Favicons --> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /><link rel="apple-touch-icon" href="/img/icons/apple-touch-icon.png" /><link rel="apple-touch-icon" sizes="72x72" href="/img/icons/apple-touch-icon-72x72.png" /><link rel="apple-touch-icon" sizes="114x114" href="/img/icons/apple-touch-icon-114x114.png" /> <script type="text/javascript"> function isNumberKeyDecimal(txt, evt) { var charCode = (evt.which) ? evt.which : evt.keyCode; if (charCode == 46) { //Check if the text already contains the . character if (txt.value.indexOf('.') === -1) { return true; } else { return false; } } else { if (charCode > 31 && (charCode < 48 || charCode > 57)) return false; } return true; } function isNumberKey(evt) { var charCode = (evt.which) ? evt.which : evt.keyCode; if (charCode != 46 && charCode > 31 && (charCode < 48 || charCode > 57)) return false; return true; } </script> <title> </title></head> <body> <!-- layout--> <div id="layout"> <!-- Header--> <header> <!-- End headerbox--> <div class="headerbox"> <div class="container"> <div class="row justify-content-between align-items-center"> <!-- Logo--> <div class="col"> <div class="logo"> <a href="/default.aspx" title="Return Home"> <img src="/img/badge.png" alt="Logo" class="logo_img"> </a> </div> </div> <!-- End Logo--> <!-- Adds Header--> <div class="col"> <div class="adds"> <a href="#"> <img src="/img/adds/banner2024_25.jpg" alt="" class="img-responsive"> </a> </div> <!-- Call Nav Menu--> <a class="mobile-nav" href="#mobile-nav"><i class="fa fa-bars"></i></a> <!-- End Call Nav Menu--> </div> <!-- End Adds Header--> </div> </div> </div> <!-- End headerbox--> </header> <!-- End Header--> <form method="post" action="./uefa-10-point-plan.aspx" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="QlDHFcb/DMDnT1M/SCkj1OfYhzhoymhtYJ7/F8OaJA5n60d6c6yN2JdiCsj5hJ4zNcw3lCl7L2+agPF3wo4JFEXhI/Sh+CtkyuP8EnDRceSNt+YSLobH7mBKyVAFOM1hOT6YPjgpDsNfgANPoM/eAeKdBEBhGbhIJumM0hylSvOfPYQaiGCU5mwiig146ecw3lzX9EoTAKbznPrmUrYXuymL7XxJGElclqA9btDWgDUpiwXzv7Yg0GuZ+dqtaQLvZNCFXeZJRzQocsdUi0UwvgGUW5YZJ5tvsdC5z5VetaYiUdR8Rit0zCeh5D36DLiHLtCEpfaXc3temOLxqcnIN2OZyGODZHgnlxKGYKF3Ci7U8B14VsZsSv8KYoYrwCPJtTtyZ9iz++ywmwqd9YEtoe4/mwBMZx0BKai7mJulenQrWXui+9mm0ItWLSx7G8FcAfjLVJfbbbJjXXG0yBFLA0siCmkNZ7WFJ5iPhwQw9i3W6L1LJGxWyeaahJWX1r94H39dGUdn80pWJLHYIblDVlJ2fJhcplP6NPo0egwELS5ezTZ8oriv8KNEnbiMZ7nMsAVw9nWqCb1i66uMK8KQbcZx06JckfNqmr5N5FDFjQy3irAYgFtJA6JK/kqJkGtDHUquVmeel2GpN/orRCQrPVRQYEfhYQ0TaytrKHO7/c8Y7Z81D5V2J+OsdDUOhaIS1yeRF5GC+rvEiQMcMAcbZ7x7MORjjMTj53LNvJmLT2IFCTBP/MKIbRv7w3aTOEtk9VJfSdiBPmwqK2mynaF093F8wJtQp5oS5kY6xnqO/55e2YIXQqxkaSCcBRgvD6nQ+C7y83x4iRxNEL5xHs+D590vhYMC8I+M0svMQexUmQrG8vS6ZbA4WxrYVtiQ6078IvNKk5cscpMw/N6eayoTnQEru3b/8W+E7kBWheOdSb9sO2g4wlGw3aNrm8hCPG4W4QYTrX7a1PLMpbLMNJiNvLZHSoy8fbH5ibOwvod0W6ypK5vtddCyyWOvcXSX3by1Y1qvF6WQY4VWv1bfAv3XbF6pk+hV5CksE2DL0jPVeI7yYAVp8COQEvVFxQjQKMYMSC8qFuO8x+tNbontTVJXP96AT+ygCDFpRGYxFFjFbZTLghBUJMojplfO1tvhEJ6NRvadWTAeX6HaBozUv6S5LC4fy8rwXniE3bJXase7O3aNXzKDWOMnpr9LwMIzuVNy4VpMqif53qvhVNAHq8slA9P81erXZbdi/8byENrXZeY89srLDX/gRh6JiCi7VVaZSZ29F74ZZ+FbI4AIXkBXpg==" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZLqCVD2tIF7JUIfr23aMkSvCemVk-57OJjbpgIQV_AYVpI6hicEeEIryr7ebK0w1BQ2&t=638628260640000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvvwOa3Kwvf_EzzZbc8yZs1xch7Ca3qr_Z7UKKVtgN8fo73srKstver1kEsgfO3i7lFro6n04Pb8ia4JhCdfJRjnoRcqiACAe2iqlmtr9OTQ6rmQK02eTByqsINQuxvcugkYgsMlPvEAbVSiVeGzPJCQ1&t=2a9d95e3" type="text/javascript"></script> <script src="/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OC9QPCYjMCK1kzeau-aM-PbSJakARG7S7eIpfW2j5pKKp5Cjs-PKWbLiV01fypv75p_lloq6EAm2CAgk_42Iy0c7gVwbzejFBhRHN9VjC97cQb7ULzGUGu8vgZXsi5akgn0hz3vcoK18OWUdD5KOrKw1&t=2a9d95e3" type="text/javascript"></script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="879D1C46" /> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl07', 'form1', [], [], [], 90, 'ctl00'); //]]> </script> <!-- mainmenu--> <nav class="mainmenu"> <div class="container"> <!-- Menu--> <ul class="sf-menu" id="menu"> <li class="current"> <a href="/">Home</a> </li> <li class="current"> <a href="/latestnews.aspx">News</a> <ul class="sub-current"> <li> <a href="/latestnews.aspx">Latest News</a> </li> <!--<li> <a href="fixturenews.aspx">Fixture News</a> </li>--> </ul> </li> <li> <a href="/">Teams</a> <div class="sf-mega"> <div class="row"> <div class="col-md-3"> <h5>First Team</h5> <ul> <li> <a href="/firstteamsquad.aspx">Squad</a> </li> <li> <a href="/fixtures.aspx">Fixtures</a> </li> <li> <a href="/results.aspx">Results</a> </li> <li> <a href="/leaguetable.aspx">League Table</a> </li> </ul> </div> <div class="col-md-3"> <h5>Under 20</h5> <ul> <li> <a href="/u20squad.aspx">Squad</a> </li> <li> <a href="https://www.nifootballleague.com/premiership-development-league/2023-2024/fixtures/">Fixtures</a> </li> <li> <a href="https://www.nifootballleague.com/premiership-development-league/2023-2024/results/">Results</a> </li> <li> <a href="https://www.nifootballleague.com/premiership-development-league/2023-2024/standings/">League Table</a> </li> </ul> </div> <div class="col-md-3"> <h5>Falcons</h5> <ul> <li> <a href="https://www.facebook.com/crfcfalcons">Facebook Page</a> </li> </ul> </div> <div class="col-md-3"> <h5>Academy</h5> <ul> <li> <a href="https://www.facebook.com/CRFCAcademy">Facebook Page</a> </li> </ul> </div> </div> </div> </li> <li class="current"> <a href="/">Club</a> <ul class="sub-current"> <li> <a href="/clubdirectory.aspx">Club Directory</a> </li> <li> <a href="/clubhistory.aspx">History</a> </li> <li> <a href="/">Stadium</a> </li> <li> <a href="/uefa-10-point-plan.aspx">UEFA 10 Point Plan</a> </li> <li> <a href="/wellbeing/">Wellbeing</a> </li> </ul> </li> <li class="current"> <a href="/">Supporters</a> <ul class="sub-current"> <li> <a href="/shirtsponsors.aspx">Shirt Sponsorship</a> </li> <li> <a href="/lastmanstanding/">Last Man Standing</a> </li> <li> <a href="https://bit.ly/CRFCNewsletter">Newsletter</a> </li> <li> <a href="/travelandtickets.aspx?away=1">Away Days</a> </li> <li> <a href="https://www.plus.fan/carrick/" target="_blank">+Fan</a> </li> </ul> </li> <li> <a href="/shop/">Club Shop</a> </li> <li> <a href="/tickets.aspx">Tickets</a> </li> <li> <a href="/contact.aspx">Contact</a> </li> </ul> <!-- End Menu--> </div> </nav> <!-- End mainmenu--> <!-- Mobile Nav--> <div id="mobile-nav"> <!-- Menu--> <ul> <li> <a href="/">Home</a> </li> <li> <a href="/latestnews.aspx">News</a> <ul> <li> <a href="/latestnews.aspx">Latest News</a> </li> <!--<li> <a href="/">Fixture News</a> </li>--> </ul> </li> <li> <a href="/">Teams</a> <ul> <li> <a href="/">First Team</a> <ul> <li> <a href="/firstteamsquad.aspx">Squad</a> </li> <li> <a href="/fixtures.aspx">Fixtures</a> </li> <li> <a href="/results.aspx">Results</a> </li> <li> <a href="/leaguetable.aspx">League Table</a> </li> </ul> </li> <li> <a href="/">Under 20</a> <ul> <li> <a href="/u20squad.aspx">Squad</a> </li> <li> <a href="https://www.nifootballleague.com/premiership-development-league/2023-2024/fixtures/">Fixtures</a> </li> <li> <a href="https://www.nifootballleague.com/premiership-development-league/2023-2024/results/">Results</a> </li> <li> <a href="https://www.nifootballleague.com/premiership-development-league/2023-2024/standings/">League Table</a> </li> </ul> </li> <li> <a href="/">Falcons</a> <ul> <li> <a href="https://www.facebook.com/crfcfalcons">Facebook Page</a> </li> </ul> </li> <li> <a href="/">Academy</a> <ul> <li> <a href="https://www.facebook.com/CRFCAcademy">Facebook Page</a> </li> </ul> </li> </ul> </li> <li class="current"> <a href="/">Club</a> <ul> <li> <a href="/clubdirectory.aspx">Club Directory</a> </li> <li> <a href="/clubhistory.aspx">History</a> </li> <li> <a href="/">Stadium</a> </li> <li> <a href="/uefa-10-point-plan.aspx">UEFA 10 Point Plan</a> </li> <li> <a href="/wellbeing/">Wellbeing</a> </li> </ul> </li> <li class="current"> <a href="/">Supporters</a> <ul> <li> <a href="/shirtsponsors.aspx">Shirt Sponsorship</a> </li> <li> <a href="/lastmanstanding/">Last Man Standing</a> </li> <li> <a href="https://bit.ly/CRFCNewsletter">Newsletter</a> </li> <li> <a href="/travelandtickets.aspx?away=1">Away Days</a> </li> <li> <a href="https://www.plus.fan/carrick/" target="_blank">+Fan</a> </li> </ul> </li> <li> <a href="/shop/">Club Shop</a> </li> <li> <a href="/tickets.aspx">Tickets</a> </li> <li> <a href="/contact.aspx">Contact</a> </li> </ul> <!-- End Menu--> </div> <!-- End Mobile Nav--> <!-- Section Title --> <div class="section-title" style="background:url(img/slide/taylorsavenue-1440-630px.jpg)"> <div class="container"> <div class="row"> <div class="col-md-8"> <h1>UEFA 10 POINT PLAN</h1> </div> <div class="col-md-4"> <div class="breadcrumbs"> <ul> <li><a href="/">Home</a></li> <li>10 point plan</li> </ul> </div> </div> </div> </div> </div> <!-- End Section Title --> <!-- Section Area - Content Central --> <section class="content-info"> <div class="container paddings-mini"> <div class="row"> <div class="col-lg-9"> <!-- Content Text--> <div class="panel-box"> <div class="info-panel"> <h3 class="text-center">UEFA 10 POINT PLAN AGAINST SECTARIANISM & RACISM</h3> <div style="text-align: center"><img id="PageBody_Image1" src="img/uefa.jpg" style="height:150px;width:150px;" /></div> </div> </div> <!-- End Content Text--> <!-- Content Text--> <div class="panel-box"> <div class="titles no-margin"> <h4 class="text-center">The 10 point plan</h4> </div> <div class="info-panel"> <ol> <li>Issue a statement saying the club will not tolerate racism or sectarianism, spelling out the action it will take against those engaged in racist or sectarian chanting. The statement should be printed in all match programmes and displayed permanently and prominently around the ground.</li> <li>Make public address announcements condemning racist and sectarian chanting at matches.</li> <li>Make it a condition for season ticket holders that they do not take part in racist or sectarian abuse.</li> <li>Take action to prevent the sale of racist or sectarian literature inside and around the ground.</li> <li>Take disciplinary action against players who engage in racial or sectarian abuse.</li> <li>Contact other clubs to make sure they understand the clubs policy on racism and sectarianism.</li> <li>Encourage a common strategy between stewards and police for dealing with racist and sectarian abuse.</li> <li>Remove all racist and sectarian graffiti from the ground as a matter of urgency.</li> <li>Adopt an equal opportunities policy in relation to employment and service provision.</li> <li>Work with all other groups and agencies, such as the players union, supporters and schools, voluntary organisations, youth clubs, sponsors, local authorities, local business and police, to develop pro-active programmes and make progress to raise awareness of campaigning to eliminate racial or sectarian abuse and discrimination.</li> </ol> <p>The aim of Football For All is to provide an environment which values and enables the full involvement of all people, in all aspects and at every level of Northern Ireland football, regardless of perceived cultural identity, political affiliation or religious beliefs. To achieve this, the key is to develop partnerships with various groups, such as Supporters, Parents, Players and Government organisations to foster understanding and create a sense of belonging and ownership.</p> <p>Carrick Rangers Football Club has embraced the Football For All Ethos and have implemented a number of innovative programmes within the community to enhance the education of all those involved. This kind of education is at the forefront of the development of capacity building within the community and is supported by the Irish Football Association</p> </div> </div> <!-- End Content Text--> </div> <!-- Sidebars --> <aside class="col-lg-3"> <!-- Diary --> <div class="panel-box"> <div class="titles"> <h4><i class="fa fa-calendar"></i>Diary</h4> </div> <!-- List Diary --> <ul class="list-diary"> <!-- Item List Diary --> <li> <h6>Sports Direct Premiership <span>30 November, 2024 15:00</span></h6> <ul class="club-logo"> <li> <img src="/img/club-badges/ballymena-united.jpg" alt=""> <span>Ballymena Utd</span> </li> <li> <img src="/img/club-badges/carrickrangers.jpg" alt=""> <span>Carrick Rangers</span> </li> </ul> </li> <!-- Item List Diary --> <li> <h6>Sports Direct Premiership <span>07 December, 2024 15:00</span></h6> <ul class="club-logo"> <li> <img src="/img/club-badges/cliftonville.jpg" alt=""> <span>Cliftonville</span> </li> <li> <img src="/img/club-badges/carrickrangers.jpg" alt=""> <span>Carrick Rangers</span> </li> </ul> </li> <!-- Item List Diary --> <li> <h6>Sports Direct Premiership <span>14 December, 2024 15:00</span></h6> <ul class="club-logo"> <li> <img src="/img/club-badges/carrickrangers.jpg" alt=""> <span>Carrick Rangers</span> </li> <li> <img src="/img/club-badges/loughgall.jpg" alt=""> <span>Loughgall</span> </li> </ul> </li> <!-- Item List Diary --> <li> <h6>Sports Direct Premiership <span>26 December, 2024 15:00</span></h6> <ul class="club-logo"> <li> <img src="/img/club-badges/larne.jpg" alt=""> <span>Larne</span> </li> <li> <img src="/img/club-badges/carrickrangers.jpg" alt=""> <span>Carrick Rangers</span> </li> </ul> </li> <!-- Item List Diary --> <li> <h6>Sports Direct Premiership <span>30 December, 2024 19:45</span></h6> <ul class="club-logo"> <li> <img src="/img/club-badges/carrickrangers.jpg" alt=""> <span>Carrick Rangers</span> </li> <li> <img src="/img/club-badges/crusaders.jpg" alt=""> <span>Crusaders</span> </li> </ul> </li> <!-- End Item List Diary --> </ul> <!-- End List Diary --> </div> <!-- End Diary --> </aside> <!-- End Sidebars --> </div> </div> </section> <!-- End Section Area - Content Central --> </form> </div> <!-- End layout--> <!-- ======================= JQuery libs =========================== --> <!-- jQuery local--> <script type="text/javascript" src="/assets/js/jquery.js"></script> <!-- popper.js--> <script type="text/javascript" src="/assets/js/popper.min.js"></script> <!-- bootstrap.min.js--> <script type="text/javascript" src="/assets/js/bootstrap.min.js"></script> <!-- required-scripts.js--> <script type="text/javascript" src="/assets/js/theme-scripts.js"></script> <!-- theme-main.js--> <script type="text/javascript" src="/assets/js/theme-main.js"></script> <!-- ======================= End JQuery libs =========================== --> </body> </html>