<?php
function StackExchange( $site ) {
if ($site == "StackOverflow") {
$users = "Awesome";
$answers = "Awesome";
$questions = "Awesome";
/* But moderators are
#####, +## ;##. '##` ########+;,
###'### +## ;##. '##` ########+:,
`##, ##; +## ;##. '##` ```##+```
#####. +########. '##` ##+
.###### +########. '##` ##+
`+#### +##++++##. '##` ##+
+## ### +## ;##. '##` ##+
.### ,##+ +## ;##. '##` ##+
*/
} else if ($site == "Meta") {
/* It's all about wasting time and
#####, +## ;##. '##` ########+;,
###'### +## ;##. '##` ########+:,
`##, ##; +## ;##. '##` ```##+```
#####. +########. '##` ##+
.###### +########. '##` ##+
`+#### +##++++##. '##` ##+
+## ### +## ;##. '##` ##+
.### ,##+ +## ;##. '##` ##+
*/
}
}