--- worldclock/worldclock.js	2009-01-07 10:05:45.000000000 -0600
+++ worldclock/worldclock.js	2010-08-25 17:26:59.000000000 -0500
@@ -182,7 +182,7 @@ function GenerateTimeString(loc_diff, ti
 				strOut += wk;
 				break;
 			case 'n':	// month 1 - 12
-				strOut += Drupal.settings.curMon;
+				strOut += curMon;
 				break;
 			case 'Y':	// year (XXXX)
 				strOut += dtNow.getFullYear();
