// <![CDATA[
$(function() {

	// Slider
	$('#coin-slider').coinslider({width:960,height:470,opacity:1});
	
	/*
	$('.topnav ul').children('li').each(function() {
		$(this).children('a').html('<span>'+$(this).children('a').text()+'</span>'); // add tags span to a href
	});
	*/
	
	$('.topnav ul > li a').css({"border-radius": "5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
	$('#mstabs ul.bookmarks li a,#mstabs ul.bookmarks li a.ms_active').css({"border-radius": "5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
	$('.index-col,.rss,.box').css({"border-radius": "10px", "-moz-border-radius":"10px", "-webkit-border-radius":"10px"});
	
	
	
});
// ]]>
