if (screen.width<=1024) {
	document.write('<link rel="stylesheet" href="css/futsal-s.css" type="text/css">');
}

else {
	document.write('<link rel="stylesheet" href="css/futsal.css" type="text/css">')
}

