Skip to content

Instantly share code, notes, and snippets.

View fourthdimension's full-sized avatar
🏠
Working from home

Dru Vagale fourthdimension

🏠
Working from home
View GitHub Profile
function TRENDLINK(style,state) {
var s;
if(state == "Ontario")
s = "CA-ON";
else if(state == "Manitoba")
s = "CA-MB";
else if(state == "Quebec")
s = "CA-QC";
else if(state == "Saskatchewan")
s = "CA-SK";