An extension to my article how to get more PageRank, this page represents how you can manipulate the Google PageRank system to acquire any PageRank you wish. The one problem is that the resource you are targeting with this trick won't be indexed within the Google search results and may be seen as cloaking.
A .htaccess file is a text file that sits in the root of a domain or directory on an Apache web server. This example code allows users to see the page as intended but sends Googlebot to www.google.com, obtaining it's PageRank.
Options +Followsymlinks
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Googlebot
RewriteRule ^(.*)$ http://www.google.com/ [R=301,L]