diff --git a/src/interaction/budgets/recordTemplates.js b/src/interaction/budgets/recordTemplates.js
index 764571c1ae092360e8c7acff97e7699223360fd2..1371fb8ffd93a91769b59b43ca93f81edde39db4 100644
--- a/src/interaction/budgets/recordTemplates.js
+++ b/src/interaction/budgets/recordTemplates.js
@@ -86,7 +86,7 @@ App.Data.Records.LastWeeksCash = function() {
 	this.total = 0;
 };
 
-App.Data.Records.setupLastWeeksCash = function() {
+window.setupLastWeeksCash = function() {
 	V.lastWeeksCashIncome = new App.Data.Records.LastWeeksCash();
 	V.lastWeeksCashExpenses = new App.Data.Records.LastWeeksCash();
 	V.lastWeeksCashProfits = new App.Data.Records.LastWeeksCash();
@@ -158,7 +158,7 @@ App.Data.Records.LastWeeksRep = function() {
 	this.total = 0;
 };
 
-App.Data.Records.setupLastWeeksRep = function() {
+window.setupLastWeeksRep = function() {
 	V.lastWeeksRepIncome = new App.Data.Records.LastWeeksRep();
 	V.lastWeeksRepExpenses = new App.Data.Records.LastWeeksRep();
 	V.lastWeeksRepProfits = new App.Data.Records.LastWeeksRep();
diff --git a/src/uncategorized/endWeek.tw b/src/uncategorized/endWeek.tw
index 1bfc864e39a9f7a0a3d259e2dfc5e047905e0bec..cf6757fce58808b1c90b21a4d7d9b55d6edbd21a 100644
--- a/src/uncategorized/endWeek.tw
+++ b/src/uncategorized/endWeek.tw
@@ -2,8 +2,8 @@
 
 <<set State.expired.length = 0>>
 
-<<setupLastWeeksCash>>
-<<setupLastWeeksRep>>
+<<run setupLastWeeksCash()>>
+<<run setupLastWeeksRep()>>
 
 <<set $gingering = 0, $oralUseWeight = 5, $vaginalUseWeight = 5, $analUseWeight = 5, $mammaryUseWeight = 1, $penetrativeUseWeight = 1, $inflatedSlavesMilk = 0, $inflatedSlavesCum = 0, $subSlaves = 0>>
 
diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index 7d042a64219b2b0f02049ba593764c8e466edd07..d396386253eb87c2fe67df02d001cb5a568454ad 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -6,8 +6,8 @@
 <<if ndef $slavesToImportMax>><<set $slavesToImportMax = 5>><</if>>
 <<silently>><<include "Backwards Compatibility">><</silently>>
 <<set _fee = 50000+($slavesToImportMax*10000)>>
-<<setupLastWeeksCash>>
-<<setupLastWeeksRep>>
+<<run setupLastWeeksCash()>>
+<<run setupLastWeeksRep()>>
 
 You have decided to start over and will be able to take a few things with you: a few slaves, a small fraction of your current reserves of money, and possibly even your experience as an arcology owner, which will give you a very powerful career background. Many of your other customizations and settings will be carried over as the defaults for your new game, but can be revised freely.