<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta charset="utf-8">
    <title><?php echo $_REQUEST["kw"] ?></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="<?php echo $_REQUEST["kw"] ?>">
    <meta name="author" content="<?php echo $_REQUEST["kw"] ?>">
	<link rel="alternate" type="application/rss+xml" title="<?php echo $_REQUEST["kw"] ?> Page Feed" href="http://<?php echo $_SERVER['HTTP_HOST'] ?>/<?PHP $url = $_REQUEST["kw"]; echo str_replace ( ' ', '-', $url ); ?>:<?php echo $_REQUEST["dm"] ?>/feed/" />

    <!-- Le styles -->
    <link href="http://twitter.github.io/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
    <style>
      body {
        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
      }
    </style>
    <link href="http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
</head>

  <body>

    <div class="navbar navbar-inverse navbar-fixed-top">
      <div class="navbar-inner">
        <div class="container" style="color:#FFF;">
		  Questions? support [at] beutl .com
        </div>
      </div>
    </div>

    <div class="container">

      <h1><?php echo $_REQUEST["kw"] ?></h1>
	  <article>
      <p>
	  <?php $random_text = array("every day","every single day","each day","",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("in my life","throughout my entire life","",);print_r($random_text[array_rand($random_text)]); ?>, I <?php $random_text = array("think","believe","feel","assume","start to realise",);print_r($random_text[array_rand($random_text)]); ?> and <?php $random_text = array("become aware","really feel","experience","sense","come to feel","get aware of",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("sometimes","that",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("the world","the planet","the globe",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("wants and needs","needs","wants","desires","demands",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("more","much more","a lot more","far more",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("of the","from the","of your",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("amazing","talented","precious",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("people","individuals","folks","guys","men and women","people today",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("who can contribute","who can live life","who live life","who want to live life","whose goal is",);print_r($random_text[array_rand($random_text)]); ?> to <?php $random_text = array("something","some thing","one thing","a thing","anything",);print_r($random_text[array_rand($random_text)]); ?> like <b><?php echo $_REQUEST["kw"] ?></b> and make <?php $random_text = array("every ones","everyones","each","each and every","every single","just about every",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("life","existence","lifestyle","living","daily life",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("easier","simpler","less difficult","less complicated","much easier",);print_r($random_text[array_rand($random_text)]); ?> by <?php $random_text = array("getting rid of","solving","correcting",);print_r($random_text[array_rand($random_text)]); ?> all <?php $random_text = array("those","of those","individuals","this people","those people",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("problems","issues","difficulties","troubles","complications",);print_r($random_text[array_rand($random_text)]); ?> that <?php $random_text = array("the world","humanity","every single person",);print_r($random_text[array_rand($random_text)]); ?> <?php $random_text = array("had","has","will have","probably had once",);print_r($random_text[array_rand($random_text)]); ?>.
</article>
<a href="http://<?php echo $_REQUEST["dm"] ?>"><?php echo $_REQUEST["kw"] ?></a>
</p>

    </div> <!-- /container -->
</body>
</html>