diff --git a/docs/upgrades/7fixup.pl b/docs/upgrades/7fixup.pl
index 3898f4a32..a09fd5def 100644
--- a/docs/upgrades/7fixup.pl
+++ b/docs/upgrades/7fixup.pl
@@ -35,7 +35,7 @@ sub addTemplates {
No doubt after you enabled admin mode you saw a menu along the left side of the screen, that's called the Admin Bar. Use that to add content and access administrative functions. To get started with managing content, watch the short instructional video below.
--[wink flash video here] -
+|, + templateId=>'PBtmpl0000000000000002' + }); + $storage = WebGUI::Storage->create($session); + $storage->addFileFromFilesystem("7fixup/Tutorial.swf"); + $gs->addChild({ + className=>"WebGUI::Asset::File", + templateId=>"pbtmpl0000000000000221", + title=>"Ad", + menuTitle=>"Ad", + storageId=>$storage->getId, + filename=>"Tutorial.swf", + isHidden=>1, + url=>"home/ad", + ownerUserId=>'3', + groupIdView=>'7', + groupIdEdit=>'4' + }); + $gs->addChild({ + className=>"WebGUI::Asset::Wobject::Article", + styleTemplateId=>"stevestyle000000000003", + printableStyleTemplateId=>"stevestyle000000000003", + title=>"Getting Started (part 2)", + isHidden=>1, + menuTitle=>"Getting Started (part 2)", + url=>"getting_started/getting-started-part2", + ownerUserId=>'3', + groupIdView=>'7', + displayTitle=>0, + groupIdEdit=>'4', + description=>q|For more information about services related to WebGUI click here.
diff --git a/docs/upgrades/7fixup/Tutorial.swf b/docs/upgrades/7fixup/Tutorial.swf new file mode 100644 index 000000000..4ee907495 Binary files /dev/null and b/docs/upgrades/7fixup/Tutorial.swf differ