﻿// JScript File
renderWidget = function(region, state, club, gamesystem, width, height) {
    document.write('<iframe src ="http://www.rankingshq.com/widget/widgetranking.aspx?RegionId=' + region + '&StateId=' + state + '&ClubId=' + club + '&GameSystemId=' + gamesystem + '" width="' + width + '" height="' + height + '"></iframe>');
    $('RankingMain').width(width);
    $('RankingMain').height(height);
};



