function GetTitle({vPage}){ var vResult = ""; var vDefault = ""; vDefault += "HTKB Home Page"; if(vPage <= 0){ vResult += vDefault; }else if(vPage == 1){ vResult += "About Us"; }else if(vPage == 2){ vResult += "Media"; }else if(vPage == 3){ vResult += "Git Hubs"; }else if(vPage == 4){ vResult += "Web Apps"; }else{ vResult += vDefault; } return ( {vResult} ); } function GetContentHeader({vPage}){ var vResult = ""; var vDefault = ""; vDefault += "Welcome to the House That Kamurai Built!"; if(vPage <= 0){ vResult += vDefault; }else if(vPage == 1){ vResult += "About Us"; }else if(vPage == 2){ vResult += "Media"; }else if(vPage == 3){ vResult += "Git Hubs"; }else if(vPage == 4){ vResult += "Web Apps"; }else{ vResult += vDefault; } return(

{vResult}

); } function GetContent({vPage}) { var vResult = ""; var vDefault = ""; vDefault = (
The House That Kamurai Built is an entertainment company with the primary focus of increasing awesome by stimulating intelligent conversation and entertainment via discussion and game design.
Increase the Awesome with us!
); if(vPage == 0){ vResult = vDefault; }else if(vPage == 1){ vResult = (
We are working to build this into a better place.
If you found this, then you must be at least (Awesome/2).
Stay tuned, right now it's all about laying foundation for the future.
); }else if(vPage == 2){ vResult = (
You can find us at all these different places:


#WeAreMovieClub:";

Youtube.com/WeAreMovieClub: A place for movie discussion.
WeAreMovieClub.tumblr.com: We have a tumblr!
@WeArMovieClub on Twitter: Let us know about your movie thoughts.
facebook.com/WeAreMovieClub: Talk about movie with us.


HTKB Productions";

Gaming Division: A Youtube Channel for game stuff.
Jam On Toast: A Youtube Channel for media stuff.
UStream: Streams show up here too.
FireTalk: Streams show up here too.
YouNow: Streams show up here too.
Sound Cloud: Listen to our podcasts.
Pod Bean: Listen to our podcasts.
Youtube: Thoughts and life discussions.
Patreon: You can help make our dreams reality.
Facebook: Talk about movie with us.
HouseThatKamuraiBuilt.tumblr.com: We have a tumblr!
Myspace: Wow, there"s even a MySpace!


Here are some of our member"s pages:


Kamurai:";

Kamurai"s Twitter.
Kamurai"s Instagram.
Kamurai"s Snapchat: Kamurai
Kamurai's Facebook.
Kamurai"s Google Plus.
Kamurai"s YoYo Games page: See some of the games he"s posted.
); }else if(vPage == 3){ vResult = (
Here are some GitHub Repositories related to this site:
); }else if(vPage == 4){ vResult = (
Here are some related Web Applications:
); }else{ vResult = vDefault; } return ( vResult ); } //export {getContent}; function GetVersions({vPage}) { var vResult = ""; var vDefault = ( ); if(vPage == 0){ vResult = vDefault; }else if(vPage == 1){ vResult = ( ); }else if(vPage == 2){ vResult = ( ); }else if(vPage == 3){ vResult = ( ); }else if(vPage == 4){ vResult = ( ); }else{ vResult = vDefault; } return ( vResult ); }