<?php 
$head = "Curio Cellphone Charms";
include('head.php'); ?>

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

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

<div class="content">
	<img src="images/curio cellphone charms.jpg" class="det">
	<b class="urgh">Curio Cellphone Charm</b>
	<h3 class="bang">Description</h3>
	<p class="kawawa">This cute charm is perfect for the bespectacled!  You can use these as party favors!</p>
	<h3 class="bang">Price</h3>
	<p class="kawawa">Php 69.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="YT47W8FCUPQXE">
		<input type="hidden" name="item_name" value="Curio Cellphone Charm">
		<input type="submit" value="Add to Cart" name="submit">
	</form>
</div>
