Thursday 21st November 2024
Hurling & Camogie “Have A Go Day”
$("#news_list").change(function () {
var news = $( "#news_list option:selected" ).val();
window.location = 'https://www.stpaulsgaa.com/'+'news/'+news;
});
function SwapImage(url){
$(".multi-image").attr('src',url);
}