diff --git a/wp-content/themes/pixeled/footer.php b/wp-content/themes/pixeled/footer.php
index f51d32231dad2260b3a93219bd599aa4a9537d9c..22208eae867fd647bf2f57f6dab0fde063d2ee57 100644
--- a/wp-content/themes/pixeled/footer.php
+++ b/wp-content/themes/pixeled/footer.php
@@ -1,11 +1,11 @@
 <div id="morefoot">
 
 <div class="col1">
-<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_left') ) : ?>
 <h3>Looking for something?</h3>
 <p>Use the form below to search the site:</p>
 <?php include (TEMPLATEPATH . '/searchform.php'); ?>
 <p>Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!</p>
+<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_left') ) : ?>
 <?php endif; ?>
 </div>
 
@@ -28,14 +28,14 @@
 
 <div id="footer">
 <div id="footerleft">
-<p><a href="http://www.wethemes.com/">WordPress Theme</a> by <a href="http://samk.ca/freebies/" title="WordPress theme">pixeled</a>. Sweet icons by <a href="http://famfamfam.com/">famfamfam</a>. <a href="#main">Back to top &uarr;</a></p>
+<p>Powered by <a href="http://www.autistici.org/">R*</a> and <a href="http://samk.ca/freebies/" title="WordPress theme">pixeled</a> by <a href="http://samk.ca/" title="WordPress theme design">samk</a>. Sweet icons by <a href="http://famfamfam.com/">famfamfam</a>. <a href="#main">Back to top &uarr;</a></p>
 <!-- Please don't remove my credits! I worked hard to create this theme and distribute it freely. Thanks! -->
 </div>
-
+<!--
 <div id="footerright">
 <a href="http://wordpress.org" title="WordPress platform" ><img src="<?php bloginfo('template_directory'); ?>/images/wpfooter-trans.png" alt="WordPress" width="34" height="34" /></a>
 </div>
-
+-->
 <div class="cleared"></div>
 <?php wp_footer(); ?>
 </div><!-- Closes footer -->
@@ -43,4 +43,4 @@
 </div><!-- Closes wrapper -->
 
 </body>
-</html>
\ No newline at end of file
+</html>