<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <? // database connection details $db_host = "localhost"; // hostname of your MySQL server. You most likely don't have to change this $db_name = "jointpai_articles"; // database name $db_user = "jointpai_admin"; // database user $db_pass = "denver99"; // database password $db_table= "articles"; // table name // connect to the database $db = mysql_connect($db_host,$db_user,$db_pass); mysql_select_db ($db_name) or die ("Cannot connect to database"); // count how many banners we have $query = mysql_query("select * from articles")or die (mysql_error()); $total = mysql_num_rows($query); // lets create a random number $random = (rand()%$total); ?><html><head><title><?php echo str_replace('-', ' ', $_GET['seed'])?> - Triple Action Joint Help</title> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <meta content="<?php echo str_replace('-', ' ', $_GET['seed'])?>." name="description"> <meta content="<?php echo str_replace('-', ' ', $_GET['seed'])?>, <?php echo str_replace('-', ' ', $_GET['seed'])?>" name="keywords"><link href="style.css" type="text/css" rel="stylesheet"> <style type="text/css"> <!-- .style4 {font-size: 12pt} body { background-color: #D6D4D4; } --> </style> <meta content="MSHTML 6.00.6000.16544" name="GENERATOR"></head> <body> <p> </p> <table cellspacing="1" cellpadding="1" width="781" align="center" border="0"> <tbody> <tr> <td bgcolor="#000000"> <table cellspacing="1" cellpadding="1" width="780" bgcolor="#ffffff" border="0"> <tbody> <tr> <td class="headline"> <div align="center">Your Search for <?php echo str_replace('-', ' ', $_GET['seed'])?> is over.</div></td></tr> <tr> <td><img height="66" alt="Leave the Joint Pain behind" src="images/layout_top.jpg" width="780" border="0" name=""><br><a href="more-information.php"><img height="220" alt="Joint Pain" src="images/banner_home_painrelief.jpg" width="780" border="0" name="Get rid of joint pain"></a></td></tr> <tr> <td class="style4 tipstyle"><em> <div class="title" style="FONT-SIZE: 15px" align="left"><strong>TRIPLE-ACTION JOINT FORMULA:</strong><br> <br>Add <b>Triple-Action Joint Formula</b> to your healthy diet and exercise program and give your joints another way to feel healthy, comfortable and flexible. This unique and powerful soft-gel formula features optimum concentrations of nutrients for three dimensions of joint-health support: <br><br>(1) <b>Revitalizes</b> worn cartilage with Glucosamine, Chondroitin and MSM<br> (2) <b>Lubricates</b> and keeps joints moving with Omega-3 Essential Oils<br> (3) <b>Soothes</b> your joints with Boswellia &amp; Turmeric combined with the amino acid SAM-E </div></td></tr> <tr> <td> <p align="center"><a href="more-information.php"><img height="80" alt="Learn More about Triple Action Joint Formula" src="images/learnmore.jpg" width="260" border="0"></a></p> <p class="tipstyle" align="left">For those of us who experience recurring joint pain and are looking for who <?php echo str_replace('-', ' ', $_GET['seed'])?>, the Triple Action Joint Formula has everything you need. You shouldn t have to stop the activities you love because your joints feel tired or worn from age. But sometimes your muscles and joints can feel uncomfortable and less flexible after exercising or overexertion due to intense activity. This potent formula performs a unique triple-action that helps revitalize worn cartilage, lubricate joints for optimum mobility and soothe your body.<?php echo str_replace('-', ' ', $_GET['seed'])?></p></td></tr> <tr> <td> <table cellspacing="1" cellpadding="1" width="100%" border="0"> <tbody> <tr> <td class="tipstyle"> <div align="center"><a href="about-us.php" target="_blank">About us</a> </div></td> <td class="tipstyle"> <div align="center"><a href="contact-us.php">Contact us</a> </div></td> <td class="tipstyle"> <div align="center"><a href="privacy-policy.php">Privacy Policy</a> </div></td> <td class="tipstyle"> <div align="center"><a href="joint-remedy-information.php"><?php echo str_replace('-', ' ', $_GET['seed'])?> Information</a> </div></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table> <p align="center"> </p></body></html>