--- amazon.module	2007-08-20 19:06:51.000000000 -0400
+++ amazon-weight.module	2007-08-20 19:06:00.000000000 -0400
@@ -681,7 +681,11 @@ function amazon_nodeapi(&$node, $op, $te
           foreach($amazondata as $amazon_data) {
             $related_links .= theme('amazon_related_link', $amazon_data);
           }
+//*
+//* Added weight below to control location
+//*
           $node->content['related_links'] = array(
+	    '#weight' => 25, 
             '#value' => $related_links
           );
         }
