website.tgv

#!/usr/bin/Tyghe

import MyLife
import MyPictures
import MyPortfolio
import MySupport

navigation = {
	'MyLife': MyLife.load()
	'MyPictures': MyPictures.load()
	'MyPortfolio': MyPortfolio.load()
	'MySupport': MySupport.load()
}

navigation.get( linkClicked, boring() )()

print "Please click one of the links in white above to continue"
    
tyghe@tyghertown.us>tyghe website.tgv
Please click one of the links in white above to continue