<?php 
$head = "Piggy Pluggy";
include('head.php'); ?>

<?php 
$foot = "other";
include('foot.php'); ?>

<div class="otherbody"></div>

<div class="content">
	<img src="images/piggy pluggy.jpg" class="det">
	<b class="urgh">Piggy Pluggy</b>
	<h3 class="bang">Description</h3>
	<p class="kawawa">Attach this to your gadget to totally cute-ify it!  You also get to prevent dust particles from entering in.</p>
	<h3 class="bang">Price</h3>
	<p class="kawawa">Php 79.00</p>
	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
		<input type="hidden" name="cmd" value="_s-xclick">
		<input type="hidden" name="hosted_button_id" value="FNFAPHF2NH74W">
		<input type="hidden" name="item_name" value="Piggy Pluggy">
		<input type="submit" value="Add to Cart" name="submit">
	</form>
</div>
