user3599534

404
reputation
1
4
16
<?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
          #####,  +##   ;##. '##` ########+;, 
         ###'###  +##   ;##. '##` ########+:,
        `##,  ##; +##   ;##. '##` ```##+```  
         #####.   +########. '##`    ##+     
         .######  +########. '##`    ##+     
           `+#### +##++++##. '##`    ##+      
        +##   ### +##   ;##. '##`    ##+      
        .### ,##+ +##   ;##. '##`    ##+     
        */
    }
}