document.write('<style type="text/css">');
document.write('.rflstyleleft,.rflstyleright {width:10px;height:10px}');
document.write('#rflstyletop .rflstylecenter {background:transparent url("http://www.therfl.co.uk/community/_img/panel-top.gif") repeat-x;width:300px;height:10px;float:left}');
document.write('#rflstyletop .rflstyleleft {background:url("http://www.therfl.co.uk/community/_img/panel-top-left.gif") no-repeat;float:left;}');
document.write('#rflstyletop .rflstyleright {background:url("http://www.therfl.co.uk/community/_img/panel-top-right.gif") no-repeat;float:left;}');
document.write('#rflstylebottom .rflstylecenter {background:transparent url("http://www.therfl.co.uk/community/_img/panel-bottom.gif") repeat-x;width:300px;height:10px;float:left}');
document.write('#rflstylebottom .rflstyleleft {background:url("http://www.therfl.co.uk/community/_img/panel-bottom-left.gif") no-repeat;float:left;}');
document.write('#rflstylebottom .rflstyleright {background:url("http://www.therfl.co.uk/community/_img/panel-bottom-right.gif") no-repeat;float:left;}');
document.write('#rflstylehold {border-left:2px #fff solid;border-right:2px #fff solid;width:316px;clear:both;font-family:arial,sans-serif;font-size:11.9166666667px;color:#000;}');
document.write('#rflstyletitle {background:#bdc2c8 url("http://www.therfl.co.uk/community/_img/panel-title.gif") repeat-x bottom;padding:6px 12px 7px 12px}');
document.write('#rflstyletitle h1 {margin:0px;font-size:17px;padding:0px}');
document.write('#rflstylehold img {width:100%;border:none;border-top:2px #d9e1e3 solid;border-bottom:2px #d9e1e3 solid;}');
document.write('#rflstylehold #rflstylenews {background:#e6e7eb url("http://www.therfl.co.uk/community/_img/panel-bg.gif") repeat-x;}');
document.write('#rflstylehold #rflstylenews ul {list-style-image:url("http://www.therfl.co.uk/community/_img/panel-bullet.php?size=13");margin:0 0 0 22px;padding:10px 20px 10px 0;}');
document.write('#rflstylehold #rflstylenews ul li {font-weight:bold;padding:0 5px 3px 0px}');
document.write('#rflstylehold #rflstylenews ul li a {text-decoration:none;color:#000;}');
document.write('#rflstylehold #rflstylenews ul li a:hover {color:#c00e0c;}');
document.write('#rflstylehold #rflstylesignup {background:#b0b0b0;padding:10px 20px 0 20px;}');
document.write('#rflstylehold #rflstylesignup p {font-weight:bold;font-size:13px;margin:0;padding:4px 0;}');
document.write('#rflstylehold #rflstylesignup a {color:#c00e0c;text-decoration:none;}');
document.write('#rflstylehold #rflstylesignup a:hover {color:#f03e3c;}');
document.write('</style>');
document.write('<div id="rflstyletop">');
document.write('<div class="rflstyleleft"></div>');
document.write('<div class="rflstylecenter"></div>');
document.write('<div class="rflstyleright"></div>');
document.write('</div>');
document.write('<div id="rflstylehold">');
document.write('<div id="rflstyletitle"><h1>Latest from the RFL</h1></div>');
document.write('<a href="http://www.therfl.co.uk/community/news_item.php?id=18050" rel="external" target="rfl_window">');
document.write('<img src="http://www.therfl.co.uk/uploads/imagesource.php?image=6922.jpg&maxwidth=316" alt="promo image" title="promo image" />');
document.write('</a>');
document.write('<div id="rflstylenews">');
document.write('<ul>');
document.write('<li><a href="http://www.therfl.co.uk/community/news_item.php?id=18892" rel="external" target="rfl_window">Get involved in the national Touch Rugby League finals</a></li>');
document.write('<li><a href="http://www.therfl.co.uk/community/news_item.php?id=18886" rel="external" target="rfl_window">Cumbria squad announced for memorial match</a></li>');
document.write('<li><a href="http://www.therfl.co.uk/community/news_item.php?id=18871" rel="external" target="rfl_window">Leeds Touch Rugby League extended</a></li>');
document.write('<li><a href="http://www.therfl.co.uk/community/news_item.php?id=18865" rel="external" target="rfl_window">Carnegie Champion Schools Finals 2010</a></li>');
document.write('<li><a href="http://www.therfl.co.uk/community/news_item.php?id=18847" rel="external" target="rfl_window">Schools prepare for national finals</a></li>');
document.write('<li><a href="http://www.therfl.co.uk/community/news_item.php?id=18852" rel="external" target="rfl_window">Midlands Step into Rugby League Camp 2010</a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<div id="rflstylesignup">');
document.write('<p>RFL Community Game Newsletter <a href="http://www.therfl.co.uk/community/" rel="external">Signup</a></p>');
document.write('</div>');
document.write('</div>');
document.write('<div id="rflstylebottom">');
document.write('<div class="rflstyleleft"></div>');
document.write('<div class="rflstylecenter"></div>');
document.write('<div class="rflstyleright"></div>');
document.write('</div>');if (typeof jQuery == 'undefined') document.write('<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></'+'script>');
$(function(){
	$RFLObject = $('#rflstylehold');
	$RFLObject.find('a').click(function(e){
		var rfltype = 'news';
		if ($(this).children('img').length) rfltype = 'image';
		else if ($(this).text()=='Signup') rfltype = 'signup';
		$.ajax({
			url:'http://www.therfl.co.uk/community/link_capture.php',
			data:({href:$(this).attr('href'),type:rfltype})
		});
	});
});