<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<head>
<script type="text/javascript" src="http://www.amber-heard.net/news/wp-content/themes/version04/oodomimagerollover.js">
/***********************************************
* DOM Image Rollover II- By Adam Smith (http://www.codevendor.com)
* Script featured on and available at Dynamic Drive (http://www.dynamicdrive.com)
* Keep this notice intact for usage please
***********************************************/
</script>

	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<title>Adoring Amber Heard &bull; www.amber-heard.net &bull; Your online source on actress Amber Heard</title>
	<META NAME="description" CONTENT="Adoring Amber Heard is an online resource dedicated to the rising actress known for her roles in North Country, Hidden Palms, All the Boys Love Mandy Lane, Never Back Down and Pineapple Express.">
	<link rel="StyleSheet" type="text/css" href="http://www.amber-heard.net/news/wp-content/themes/version04/style.css">
	<meta name="Keywords" content=" " />
	<link rel="Shortcut Icon" HREF="http://www.amber-heard.net/news/wp-content/themes/version04/favicon.ico">
	<script type="text/javascript" src="http://www.amber-heard.net/news/wp-content/themes/version04/js/tabber.js"></script>
	<link rel="stylesheet" href="http://www.amber-heard.net/news/wp-content/themes/version04/js/tab.css" TYPE="text/css" MEDIA="screen">
	<link rel="stylesheet" href="http://www.amber-heard.net/news/wp-content/themes/version04/js/example-print.css" TYPE="text/css" MEDIA="print">


<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7651476-25");
pageTracker._trackPageview();
} catch(err) {}</script>


<script type="text/javascript">

/*****************************************
* Dissolving Image Rollover- By Roy Whittle (http://www.javascript-fx.com/)
* Featured on/available at http://www.dynamicdrive.com/
* This notice must stay intact for use
*****************************************/

//Generate transition CSS (transition=0 to 23)
document.write('<STYLE TYPE="text/css">.imgTrans{ filter:revealTrans(duration=0.4,transition=12) }</STYLE>');

//Uncomment the next line for fading rollovers instead of dissolving:
//document.write('<STYLE TYPE="text/css">.imgTrans{ filter:blendTrans(duration=0.4) }</STYLE>');

var onImages=new Array();
function Rollover(imgName, imgSrc)
{
	onImages[imgName] = new Image();
	onImages[imgName].src = imgSrc;
}

function turnOn(imgName){ 
	if(document.images[imgName].filters != null)
		document.images[imgName].filters[0].apply();
	document.images[imgName].offSrc = document.images[imgName].src;
	document.images[imgName].src    = onImages[imgName].src;
	if(document.images[imgName].filters != null)
		document.images[imgName].filters[0].play();
}

function turnOff(imgName){ 
	if(document.images[imgName].filters != null)
		document.images[imgName].filters[0].stop();
	document.images[imgName].src = document.images[imgName].offSrc;
}

//Specify name of participating images, plus paths to their onMouseover replacements:
Rollover("home1",  "http://www.amber-heard.net/news/wp-content/themes/version04/img/13b.jpg");
Rollover("home2", "http://www.amber-heard.net/news/wp-content/themes/version04/img/08b.jpg");

</script>


 <!-- FreeStyle Menu v1.0RC by Angus Turnbull http://www.twinhelix.com -->
 <script type="text/javascript" src="http://www.amber-heard.net/news/wp-content/themes/version04/fsmenu/fsmenu.js"></script>
 <link rel="stylesheet" type="text/css" id="listmenu-h"
  href="http://www.amber-heard.net/news/wp-content/themes/version04/fsmenu/listmenu_h.css" title="Horizontal 'Earth'" />

 <!-- Fallback CSS menu file allows list menu operation when JS is disabled. -->
 <!-- This is automatically disabled via its ID when the script kicks in. -->
 <link rel="stylesheet" type="text/css" id="fsmenu-fallback"
  href="http://www.amber-heard.net/news/wp-content/themes/version04/fsmenu/listmenu_fallback.css" />

 <!-- Alternatively, this CSS file is for the second div-based demo menu. -->
 <link rel="stylesheet" type="text/css" href="divmenu.css" />


<script type="text/javascript">
//<![CDATA[

// For each menu you create, you must create a matching "FSMenu" JavaScript object to represent
// it and manage its behaviour. You don't have to edit this script at all if you don't want to;
// these comments are just here for completeness. Also, feel free to paste this script into the
// external .JS file to make including it in your pages easier!

// Here's a menu object to control the above list of menu data:
var listMenu = new FSMenu('listMenu', true, 'display', 'block', 'none');

// The parameters of the FSMenu object are:
//  1) Its own name in quotes.
//  2) Whether this is a nested list menu or not (in this case, true means yes).
//  3) The CSS property name to change when menus are shown and hidden.
//  4) The visible value of that CSS property.
//  5) The hidden value of that CSS property.
//
// Next, here's some optional settings for delays and highlighting:
//  * showDelay is the time (in milliseconds) to display a new child menu.
//    Remember that 1000 milliseconds = 1 second.
//  * switchDelay is the time to switch from one child menu to another child menu.
//    Set this higher and point at 2 neighbouring items to see what it does.
//  * hideDelay is the time it takes for a menu to hide after mouseout.
//    Set this to a negative number to disable hiding entirely.
//  * cssLitClass is the CSS classname applied to parent items of active menus.
//  * showOnClick will, suprisingly, set the menus to show on click. Pick one of 3 values:
//    0 = all mouseover, 1 = first level click, sublevels mouseover, 2 = all click.
//  * hideOnClick hides all visible menus when one is clicked (defaults to true).
//  * animInSpeed and animOutSpeed set the animation speed. Set to a number
//    between 0 and 1 where higher = faster. Setting both to 1 disables animation.

//listMenu.showDelay = 0;
//listMenu.switchDelay = 125;
//listMenu.hideDelay = 500;
//listMenu.cssLitClass = 'highlighted';
//listMenu.showOnClick = 0;
//listMenu.hideOnClick = true;
//listMenu.animInSpeed = 0.2;
//listMenu.animOutSpeed = 0.2;


// Now the fun part... animation! This script supports animation plugins you
// can add to each menu object you create. I have provided 3 to get you started.
// To enable animation, add one or more functions to the menuObject.animations
// array; available animations are:
//  * FSMenu.animSwipeDown is a "swipe" animation that sweeps the menu down.
//  * FSMenu.animFade is an alpha fading animation using tranparency.
//  * FSMenu.animClipDown is a "blind" animation similar to 'Swipe'.
// They are listed inside the "fsmenu.js" file for you to modify and extend :).

// I'm applying two at once to listMenu. Delete this to disable!
listMenu.animations[listMenu.animations.length] = FSMenu.animFade;
listMenu.animations[listMenu.animations.length] = FSMenu.animSwipeDown;
//listMenu.animations[listMenu.animations.length] = FSMenu.animClipDown;


// Finally, on page load you have to activate the menu by calling its 'activateMenu()' method.
// I've provided an "addEvent" method that lets you easily run page events across browsers.
// You pass the activateMenu() function two parameters:
//  (1) The ID of the outermost <ul> list tag containing your menu data.
//  (2) A node containing your submenu popout arrow indicator.
// If none of that made sense, just cut and paste this next bit for each menu you create.

var arrow = null;
if (document.createElement && document.documentElement)
{
 arrow = document.createElement('span');
 arrow.appendChild(document.createTextNode('>'));
 // Feel free to replace the above two lines with these for a small arrow image...
 //arrow = document.createElement('img');
 //arrow.src = 'arrow.gif';
 //arrow.style.borderWidth = '0';
 arrow.className = 'subind';
}
addEvent(window, 'load', new Function('listMenu.activateMenu("listMenuRoot", arrow)'));


// You may wish to leave your menu as a visible list initially, then apply its style
// dynamically on activation for better accessibility. Screenreaders and older browsers will
// then see all your menu data, but there will be a 'flicker' of the raw list before the
// page has completely loaded. If you want to do this, remove the CLASS="..." attribute from
// the above outermost UL tag, and uncomment this line:
//addEvent(window, 'load', new Function('getRef("listMenuRoot").className="menulist"'));


// To create more menus, duplicate this section and make sure you rename your
// menu object to something different; also, activate another <ul> list with a
// different ID, of course :). You can hae as many menus as you want on a page.

//]]>

</script>

<!-- ***** END OF EXAMPLE 1: LIST MENU ***** -->


<!-- START Susnet REGISTRERINGSKOD -->
<script type="text/javascript" src="http://susnet.se/susnetstat.js">
</script>
<script type="text/javascript">
susnet_counter_id = 12051;
susnet_security_code = '17898';
susnet_node=0;
register();
</script>
<!-- SLUT Susnet REGISTRERINGSKOD -->

<script language="javascript" type="text/javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0") 
{
window.open(form.menu.options[myindex].value, 
target="_self");
}
}
//-->
</script>


<script language="Javascript" type="text/javascript">
<!--
function bookmarksite(title, url){if (document.all)window.external.AddFavorite(url, title);else if (window.sidebar)window.sidebar.addPanel(title, url, "")}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>



<script type="text/javascript" src="http://www.amber-heard.net/news/wp-content/themes/version04/JS/tabber.js"></script>
<link rel="stylesheet" href="http://www.amber-heard.net/news/wp-content/themes/version04/JS/tab.css" TYPE="text/css" MEDIA="screen">
<link rel="stylesheet" href="http://www.amber-heard.net/news/wp-content/themes/version04/JS/example-print.css" TYPE="text/css" MEDIA="print">

<script type="text/javascript">

/* Optional: Temporarily hide the "tabber" class so it does not "flash"
   on the page as plain HTML. After tabber runs, the class is changed
   to "tabberlive" and it will appear. */

document.write('<style type="text/css">.tabber{display:none;}<\/style>');
</script>

<map name="links">
  <area shape=rect coords="151,12,196,28" href="javascript:bookmarksite('Adoring Amber Heard', 'http://www.amber-heard.net')">
  <area shape=rect coords="205,12,246,28" href="http://www.amber-heard.net/feed/">
  <area shape=rect coords="251,12,302,28" href="http://www.amber-heard.net/site/contact.php">
  <area shape=rect coords="747,14,829,35" href="#con">
</map>

<map name="arrows">
  <area shape=rect coords="15,15,24,30" href="javascript: history.back(-2)">
  <area shape=rect coords="32,15,46,30" href="#">
</map>

</head>

<body>		 
<center>
<table border="0" cellpadding="0" cellspacing="0" width="900px">
	<tr> 
		<td valign="top">

<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/01.jpg"></td>
	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td background="http://www.amber-heard.net/news/wp-content/themes/version04/img/02.jpg" border="0" width="900px" height="95px">
<center>
<!--   start 728x90 - FLAUNT NETWORK -->

<script type="text/javascript"><!--
    google_ad_client = "pub-5606327364837071";
    google_color_border = "101010";
    google_color_bg = "101010";
    google_color_link = "B52727";
    google_color_text = "EAEAEA";
    google_color_url = "B52727";
    //-->
    </script>

<!--/* OpenX Javascript Tag v2.8.1 */-->

<!--/*
  * The backup image section of this tag has been generated for use on a
  * non-SSL page. If this tag is to be placed on an SSL page, change the
  *   'http://ads.flaunt.nu/www/delivery/...'
  * to
  *   'https://ads.flaunt.nu/www/delivery/...'
  *
  * This noscript section of this tag only shows image banners. There
  * is no width or height in these banners, so if you want these tags to
  * allocate space for the ad before it shows, you will need to add this
  * information to the <img> tag.
  *
  * If you do not want to deal with the intricities of the noscript
  * section, delete the tag (from <noscript>... to </noscript>). On
  * average, the noscript tag is called from less than 1% of internet
  * users.
  */-->

<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://ads.flaunt.nu/www/delivery/ajs.php':'http://ads.flaunt.nu/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?campaignid=3");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://ads.flaunt.nu/www/delivery/ck.php?n=aeaf8ad6&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://ads.flaunt.nu/www/delivery/avw.php?campaignid=3&cb=INSERT_RANDOM_NUMBER_HERE&n=aeaf8ad6' border='0' alt='' /></a></noscript>

<!--   end 728x90 - FLAUNT NETWORK -->

</center>
		</td>
	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/03.jpg"></td>
	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td background="http://www.amber-heard.net/news/wp-content/themes/version04/img/04.jpg" border="0" width="900px" height="23px">
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td width="150px" height="23px"></td><td width="750px" height="23px">
<ul class="menulist" id="listMenuRoot">
 <li><a href="http://www.amber-heard.net/"><font color="#f6c542">Home</font></a></li>
 <li>
  <a href="http://www.amber-heard.net/info/"><font color="#8c77b1">Information</font></a>
  <ul>

   <li><a href="http://www.amber-heard.net/info/bio.php">&bull; Biography & Facts</a></li>
   <li><a href="http://www.amber-heard.net/info/quotes.php">&bull; Quotes</a></li>
   <li><a href="http://www.amber-heard.net/info/magazines.php">&bull; Magazine Covers</a></li>
   <li><a href="http://www.amber-heard.net/info/contact.php">&bull; Contact Info</a></li>
  </ul>
 </li>
 <li>
  <a href="http://www.amber-heard.net/projects/"><font color="#517fd7">Projects</font></a>
  <ul>

   <li>
    <a href="http://www.amber-heard.net/projects/film/">&bull; Filmography</a>
    <ul>
     <li><a href="http://www.amber-heard.net/projects/film/2010_andsoonthedarkness.php">And Soon the Darkness (2010)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2010_theward.php">The Ward (2010)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2010_rumdiary.php">The Rum Diary (2010)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2009_zombieland.php">Zombieland (2009)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2009_thejoneses.php">The Joneses (2009)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2009_theriverwhy.php">The River Why (2009)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2009_ex-terminators.php">Ex-terminators (2009)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2009_thestepfather.php">The Stepfather (2009)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2009_theinformers.php">The Informers (2009)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2008_pineappleexpress.php">Pineapple Express (2008)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2008_mandylane.php">All the Boys Love Mandy Lane (2008)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2008_neverbackdown.php">Never Back Down (2008)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2007_rememberthedaze.php">Remember the Daze (2007)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2007_day73.php">Day 73 with Sarah (2007)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2007_alphadog.php">Alpha Dog (2007)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2006_youarehere.php">You Are Here (2006)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2006_theprince.php">The Prince (2006)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2006_pricetopay.php">Price to Pay (2005)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2005_northcountry.php">North Country (2005)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2005_dropdeadsexy.php">Drop Dead Sexy (2005)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2005_sidefx.php">Side FX (2004)</a></li>
     <li><a href="http://www.amber-heard.net/projects/film/2004_fridaynightlights.php">Friday Night Lights (2004)</a></li>
    </ul>
   </li>

   <li>
    <a href="http://www.amber-heard.net/projects/tv/">&bull; Television Series</a>
    <ul>
     <li><a href="http://www.amber-heard.net/projects/tv/hiddenpalms/">Hidden Palms (2007)</a></li>
     <li><a href="http://www.amber-heard.net/projects/tv/index.php#Californication">Californication (2007)</a></li>
     <li><a href="http://www.amber-heard.net/projects/tv/index.php#Criminal">Criminal Minds (2006)</a></li>
     <li><a href="http://www.amber-heard.net/projects/tv/index.php#OC">The O.C. (2005)</a></li>
     <li><a href="http://www.amber-heard.net/projects/tv/index.php#Mount">The Mountain (2004)</a></li>
     <li><a href="http://www.amber-heard.net/projects/tv/index.php#Jack">Jack & Bobby (2004)</a></li>

    </ul>
   </li>
   <li>
    <a href="http://www.amber-heard.net/projects/other/">&bull; Other Projects</a>
    <ul>
     <li><a href="http://www.amber-heard.net/projects/other/index.php#Commercials">Commercials</a></li>
     <li><a href="http://www.amber-heard.net/projects/other/index.php#Music">Music Videos</a></li>
     <li><a href="http://www.amber-heard.net/projects/other/index.php#Modeling">Modeling / Print Campaigns</a></li>

    </ul>
   </li>

  </ul>
 </li>
 <li><a href="http://www.amber-heard.org/gallery/"><font color="#f96f99">Gallery</font></a></li>
 <li><a href="http://www.amber-heard.org/video"><font color="#fefbf6">Video</font></a></li>
 <li><a href="http://www.amber-heard.net/fan/"><font color="#a8a6a6">Fanlisting</font></a></li>
 <li>
  <a href="http://www.amber-heard.net/downloads/"><font color="#8c77b1">Downloads</font></a>
  <ul>
   <li><a href="http://www.amber-heard.org/gallery">&bull; Gallery</a></li>
   <li><a href="http://www.amber-heard.org/video">&bull; Video Archives</a></li>
   <li><a href="http://www.amber-heard.net/downloads/icon">&bull; 100x100 Icons</a></li>
   <li><a href="http://www.amber-heard.net/downloads/ipod">&bull; iPod Center</a></li>

  </ul>
 </li>
 <li><a href="http://www.amber-heard.net/library/"><font color="#8ea64a">Library</font></a></li>
 <li>
  <a href="http://www.amber-heard.net/site/"><font color="#f5a15d">Site</font></a>
  <ul>

   <li><a href="http://www.amber-heard.net/site/info.php">&bull; Information</a></li>
   <li><a href="http://www.amber-heard.net/site/staff.php">&bull; Staff</a></li>
   <li><a href="http://www.amber-heard.net/site/layouts.php">&bull; Layouts</a></li>
   <li><a href="http://www.amber-heard.net/site/disclaimer.php">&bull; Disclaimer</a></li>
   <li><a href="http://www.amber-heard.net/site/contact.php">&bull; Contact</a></li>
   <li><a href="http://www.amber-heard.net/site/credits.php">&bull; Credits</a></li>
  </ul>
 </li>
 <li>
  <a href="http://www.amber-heard.net/links/"><font color="#de3030">Links</font></a>
  <ul>

   <li><a href="http://www.amber-heard.net/links/affiliates.php">&bull; Affiliates</a></li>
   <li><a href="http://www.amber-heard.net/links/apply.php">&bull; Affiliation Request</a></li>
   <li><a href="http://www.amber-heard.net/links/buttons.php">&bull; Buttons & Banners</a></li>
   <li><a href="http://www.amber-heard.net/links/links.php">&bull; Links</a></li>
  </ul>
 </li>
</ul>

		</td>
	</tr>
</table>
</td>
	</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/05.jpg"></td>
	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/06.jpg"></td>
		<td background="http://www.amber-heard.net/news/wp-content/themes/version04/img/06.jpg" border="0" width="262px" height="132px" class="welcome">
You may know the talented and magnetic rising young actress Amber Heard from her bevy of diverse projects; <i>North Country</i>, <i>All the Boys Love Mandy Lane</i>, the late TV series <i>Hidden Palms</i>, <i>Never Back Down</i> and <i>Pineapple Express</i>, among others. This is the most comprehensive website dedicated this rising star so be sure to return again often as we'll continue to follow her exploding career every step of the way!
	</td>
		<td valign="top" class="noborder" background="http://www.amber-heard.net/news/wp-content/themes/version04/img/08.jpg" border="0" width="549px" height="132px">
<a href="http://www.amber-heard.net/" onMouseOver="turnOn('home2');" onMouseOut="turnOff('home2');"><img name="home2" class="imgTrans" src="http://www.amber-heard.net/news/wp-content/themes/version04/img/08.jpg" border="0"></a></td>
	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/09.jpg" usemap="#links" border="0"></td>
	</tr>
</table>



<table border="0" cellpadding="0" cellspacing="0" background="http://www.amber-heard.net/news/wp-content/themes/version04/img/bg.jpg">
	<tr>
		<td valign="top" width="100%">



<table style="border: 0px; padding-top: 0px; background-image:url('http://www.amber-heard.net/news/wp-content/themes/version04/img/10.jpg'); background-repeat: no-repeat;" width="900px" height="253px" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top" height="0px" style="border: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;">

<table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top" height="113px"></td>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr>
		<td width="55px" valign="top"></td>
	    <td width="500px" valign="top"><div id="con">

		<!-----MAIN CONTENT AREA---->

		<b>Error 404 - Not Found</b>



	    </td>
	    <td width="20px" valign="top"></td>
	   <td width="250px" valign="top">
            <!-----SIDE BAR---->
	    

<div class="sidebase">
<div class="title-side">Latest Pictures</div>

<p>
<center>
<iframe src="http://www.amber-heard.org/gallery/example3.php" frameborder="0" width="200" height="250" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</center>
<br><a href="http://www.amber-heard.org/gallery/">Click here</a> to visit the photo gallery with <b>over 15,000</b> Amber Heard images!

</p>
</div>

<br><br>


<div class="sidebase">
<div class="title-side">Current Projects</div>



<div class="tabber">
     <div class="tabbertab">
	  <h2>Current and Upcoming</h2>
	  <p>


<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="85%" class="sidebarproject">
<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-ex.jpg"></center><br>

<i><font color="#f6c542">ExTerminators</i> </font> (2009) <br>
Amber Heard as Nikki <br>
Directed by John Inwood <br>
Releases: March 13, 2009 (SXSW) <br>
<a href="http://www.amber-heard.net/projects/film/2009_ex-terminators.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=42">Photos</a> |
<a href="http://www.michaelsonfilms.com/" target="_blank">Official</a></td>
</tr>
</table>

<br><div class="line"></div>

<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="85%" class="sidebarproject">

<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-jones.jpg"></center><br>

<i><font color="#f6c542">The Joneses</i> </font> (2009) <br>
Amber Heard as Jenn <br>
Directed by Derrick Borte <br>
Releases: September 13, 2009 (TIFF) <br>
<a href="http://www.amber-heard.net/projects/film/2009_thejoneses.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=41">Photos</a> |
Official</td></tr>
</table>

<br><div class="line"></div>

<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="85%" class="sidebarproject">

<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-zombie.jpg"></center><br>

<i><font color="#f6c542">Zombieland</i> </font> (2009) <br>
Amber Heard as 406 <br>
Directed by Ruben Fleischer <br>
Releases: October 2, 2009 (US) <br>
<a href="http://www.amber-heard.net/projects/film/2009_zombieland.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=48">Photos</a> |
<a href="http://www.zombieland.com/" target="_blank">Official</A></td></tr>
</table>

<br><div class="line"></div>


<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="100%" class="sidebarproject">
<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-step.jpg"></center><br>

<i><font color="#f6c542">The Stepfather</i> </font> (2009) <br>
Amber Heard as Kelly <br>
Directed by Nelson McCormick <br>
Releases: October 16, 2009 (US)<br>
<a href="http://www.amber-heard.net/projects/film/2009_thestepfather.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=45">Photos</a> |
<a href="http://www.welcometothefamily.com/" target="_blank">Official</a></td>
</tr>
</table>

<br><div class="line"></div>


<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="85%" class="sidebarproject">


<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-river.jpg"></center><br>
<i><font color="#f6c542">The River Why</i> </font> (2009) <br>
Amber Heard as Eddy <br>
Directed by Matthew Leutwyler <br>
Status: Post-production <br>
<a href="http://www.amber-heard.net/projects/film/2009_theriverwhy.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=40">Photos</A> |
<a href="http://www.theriverwhy.com/" target="_blank">Official</A></td>
</tr>
</table>


	 </p>
     </div>


     <div class="tabbertab">
	  <h2>Future</h2>
	  <p>
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="85%" class="sidebarproject">

<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-darkness.jpg"></center><br>

<i><font color="#f6c542">And Soon the Darkness</i> </font> (2010) <br>
Amber Heard as Stephanie <br>
Directed by Marcos Efron <br>
Status: Post-production <br>
<a href="http://www.amber-heard.net/projects/film/2010_andsoonthedarkness.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=47">Photos</A> |
Official</td></tr>
</table>

<br><div class="line"></div>

<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="85%" class="sidebarproject">

<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-rum.jpg"></center><br>

<i><font color="#f6c542">The Rum Diary</i></font> (2010) <br>
Amber Heard as Chenault <br>
Directed by Bruce Robinson <br>
Status: Post-production <br>
<a href="http://www.amber-heard.net/projects/film/2010_therumdiary.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=46">Photos</A> |
Official</td></tr>
</table>


<br><div class="line"></div>

<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="85%" class="sidebarproject">

<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-ward.jpg"></center><br>

<i><font color="#f6c542">The Ward</i> </font> (2010) <br>
Amber Heard as Kristen <br>
Directed by John Carpenter <br>
Status: Currently filming<br>
<a href="http://www.amber-heard.net/projects/film/2010_theward.php">Info</A> | 
Photos |
Official</td></tr>
</table>

</p>
     </div>

     <div class="tabbertab">
	  <h2>Now on DVD</h2>
	  <p>
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="100%" class="sidebarproject">
<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-ml.jpg"></center><br>

<i><font color="#f6c542">All the Boys Love Mandy Lane</i> </font> (2008) <br>
Amber Heard as Mandy Lane <br>
Directed by Jonathan Levine <br>
On DVD (Region 2) <br>
<a href="http://www.amber-heard.net/projects/film/2008_mandylane.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=15">Photos</A> |
<a href="http://mandylane.co.uk" target="_blank">Official</a>
</td>
</tr>
</table>

<br><div class="line"></div>


<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="100%" class="sidebarproject">
<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-nbd.jpg"></center><br>

<i><font color="#f6c542">Never Back Down</i> </font> (2008) <br>
Amber Heard as Baja Miller <br>
Directed by Jeff Wadlow <br>
On DVD (Region 1 & 2) <br>
<a href="http://www.amber-heard.net/projects/film/2008_neverbackdown.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=29">Photos</A> |
<a href="http://neverbackdownthemovie.com" target="_blank">Official</A></td>
</tr>
</table>

<br><div class="line"></div>

<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="100%" class="sidebarproject">
<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-rtd.jpg"></center><br>

<i><font color="#f6c542">Remember the Daze</i> </font> (2008) <br>
Amber Heard as Julia <br>
Directed by Jess Manafort <br>
On DVD (Region 1) <br>
<a href="http://www.amber-heard.net/projects/film/2007_rememberthedaze.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=13">Photos</A> |
<a href="http://www.thebeautifulordinary.com" target="_blank">Official</a>
</tr>
</table>

<br><div class="line"></div>

<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="100%" class="sidebarproject">
<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-pe.jpg"></center><br>

<i><font color="#f6c542">Pineapple Express</i> </font> (2008) <br>
Amber Heard as Angie Anderson <br>
Directed by David Gordon Green <br>
On DVD (Region 1 & 2) <br>
<a href="http://www.amber-heard.net/projects/film/2008_pineappleexpress.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=32">Photos</a> |
<a href="http://www.sonypictures.com/movies/pineappleexpress/" target=_"blank">Official</a></td>
</tr>
</table>


<br><div class="line"></div>

<table width="100%" cellpadding="0" cellspacing="0">
<tr><td valign="top"  width="100%" class="sidebarproject">
<center><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/proj-inf.jpg"></center><br>

<i><font color="#f6c542">The Informers</i> </font> (2009) <br>
Amber Heard as Christie <br>
Directed by Gregor Jordan <br>
On DVD (Region 1) <br>
<a href="http://www.amber-heard.net/projects/film/2009_theinformers.php">Info</A> | 
<a href="http://www.amber-heard.org/gallery/index.php?cat=30">Photos</A> |
<a href="http://www.theinformers.com/" target="_blank">Official</a></td>
</tr>
</table>
</p>
     </div>





</div></div>

<br><br>

<div class="sidebase">
<div class="title-side">Family Sites</div>

<p><div class="noborder">
<center>

<a href="http://www.abbie-cornish.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Abbie Cornish Online" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-abbie.gif" /></a> 
<a href="http://www.seyfriedsource.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Amanda Seyfried Source" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-sey.gif" /></a> 
<a href="http://www.odetoazia.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Ode to Azia" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-azia.gif" /></a> 
<a href="http://www.emmastonesource.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Emma Stone Source" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-emma.jpg" /></a> 
<a href="http://www.gemma-arterton.net/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Gemma Arterton Online" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-gemma.gif" /></a> 
<br>
<a href="http://www.katiecassidyfan.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Katie Cassidy Fan" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-katie.gif" /></a> 
<a href="http://www.kristenstewartweb.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Kristen Stewart Web" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-kristen.gif" /></a>
<a href="http://www.odetteyustmanweb.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Odette Yustman Web" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-odette.jpg" /></a> 
<a href="http://www.rose-mcgowan.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Rose-McGowan.com" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-rose.gif" /></a> 
<a href="http://www.scarlett-fan.com/" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff.gif" title="Scarlett-Fan.com" srcover="http://www.amber-heard.net/news/wp-content/themes/version04/img/aff-scar.gif" /></a> 

</center>
</p></div>
</div>

<br><br>

<div class="sidebase">
<div class="title-side">Site Affiliates</div>

<p>
<center>
<iframe src="http://www.amber-heard.net/news/wp-content/themes/version04/side_aff.php" frameborder="0" width="200" height="30" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<br><br>
<a href="http://www.amber-heard.net/links/affiliates.php">View all / Become one</A>
</center>

</p>
</div>

<br><br>

<div class="sidebase">
<div class="title-side">Website Information</div>


<b>Owned by:</b> Riikka & Mycah <br>
<b>Contact:</b> By <a href="http://www.amber-heard.net/site/contact.php">e-mail</a> <br>
<b>Opened:</b> September 15, 2007 <br> 
<b>Follow us:</b> On <a href="http://twitter.com/amberheardnet" target="_blank">Twitter</A> <br>
<b>Hosted by:</b> <a href="http://www.flaunt.nu" target="_blank">Flaunt.nu</A> <br>
<b>Fans online:</b> <!-- START susnet KOD som skriver ut ANTAL BES&#214;KARE ONLINE -->
<script type="text/javascript" src="http://susnet.se/susnetstat.js">
</script>
<script type="text/javascript">
susnet_counter_id = 12051;
susnet_security_code = '17898';
susnet_node=0;
getOnlineVisitors();
</script>
<!-- SLUT susnet KOD som skriver ut ANTAL BES&#214;KARE ONLINE --> <br> <br>

&copy; 2007-2009 <a href="http://www.amber-heard.net" target="_blank">Amber-Heard.net</A>. 
This is an unofficial website and we have no official affiliation with Miss Heard or her reps. All copyright is to their respective owners; no copyright infringement ever intended. <br> <br>
</p>

<p>
<center><a href="http://www.mozilla.org" target=_"blank"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/fire.gif"></a></center>

<p>
<center>
<div id="eXTReMe"><a href="http://extremetracking.com/open?login=ahnet07">
<img src="http://t1.extreme-dm.com/i.gif" style="border: 0;"
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>
<script type="text/javascript"><!--
var EXlogin='ahnet07' // Login
var EXvsrv='s11' // VServer
EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;
navigator.javaEnabled()==1?EXjv="y":EXjv="n";
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write("<img src=http://e2.extreme-dm.com",
"/"+EXvsrv+".g?login="+EXlogin+"&amp;",
"jv="+EXjv+"&amp;j=y&amp;srw="+EXw+"&amp;srb="+EXb+"&amp;",
"l="+escape(EXd.referrer)+" height=1 width=1>");//-->
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt=""
src="http://e2.extreme-dm.com/s11.g?login=ahnet07&amp;j=n&amp;jv=n" />
</div></noscript></div>
</center>
</p>
</div>

<br><br>

<div class="sidebase">
<div class="title-side">Twitter</div>
<!--<small>
<ul class="twitter"><li class="twitter-item"> Amber Heard at <a href="http://www.amber-heard.net" class="twitter-link">www.amber-heard.net</a>: 2009 CFDA/Vogue Fashion Fund Events (<a href="http://cli.gs/DDEVE" class="twitter-link">http://cli.gs/DDEVE</a>) <a href="http://twitter.com/amberheardnet/statuses/5338688838" class="twitter-link">>></a> <span class="twitter-timestamp"><abbr title="2009/11/01 15:54:19">2009/11/01</abbr></span></li><li class="twitter-item"> Amber Heard at <a href="http://www.amber-heard.net" class="twitter-link">www.amber-heard.net</a>: Candids from October 27, 2009 (<a href="http://cli.gs/0RNGZ" class="twitter-link">http://cli.gs/0RNGZ</a>) <a href="http://twitter.com/amberheardnet/statuses/5288249217" class="twitter-link">>></a> <span class="twitter-timestamp"><abbr title="2009/10/30 15:24:45">2009/10/30</abbr></span></li><li class="twitter-item"> Amber Heard at <a href="http://www.amber-heard.net" class="twitter-link">www.amber-heard.net</a>: Cocktail Reception and Preview of Jason Wu Spring 2010 Collection (<a href="http://cli.gs/Ye2yy" class="twitter-link">http://cli.gs/Ye2yy</a>) <a href="http://twitter.com/amberheardnet/statuses/5226166500" class="twitter-link">>></a> <span class="twitter-timestamp"><abbr title="2009/10/28 10:21:34">2009/10/28</abbr></span></li><li class="twitter-item"> Amber Heard at <a href="http://www.amber-heard.net" class="twitter-link">www.amber-heard.net</a>: FHM (UK) - November 2009 Scans (<a href="http://cli.gs/SPHAM" class="twitter-link">http://cli.gs/SPHAM</a>) <a href="http://twitter.com/amberheardnet/statuses/5173246167" class="twitter-link">>></a> <span class="twitter-timestamp"><abbr title="2009/10/26 14:55:20">2009/10/26</abbr></span></li></ul></small>-->
<div align="center">
<div class="noborder">
<a href="http://www.twitter.com/amberheardnet"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/twitter.png" margin="5px"></a></div>
</div>
</div>

<br><br>
	    </td>
	    <td width="76px" valign="top"></td>
	</tr>
</table>
		</td>
	</tr>
</table>


<center>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/11.jpg"></td>
	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td background="http://www.amber-heard.net/news/wp-content/themes/version04/img/12.jpg" border="0" width="819px" height="80px">
<table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top" width="100%" height="50px"></td></tr></table>
<div class="letter">
<table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top" width="100%" height="5px"></td></tr></table>
"Thank you for all of your hard work and continued support.  I am immensely grateful." - Amber Heard, June 2008</div>
		</td>
		<td valign="top"><div class="noborder">
<a href="http://www.amber-heard.net/" onMouseOver="turnOn('home1');" onMouseOut="turnOff('home1');"><img name="home1" class="imgTrans" src="http://www.amber-heard.net/news/wp-content/themes/version04/img/13.jpg" border="0"></a></div>
</td>
	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/14.jpg"></td>
	</tr>
</table>




<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/15.jpg"></td>
		<td background="http://www.amber-heard.net/news/wp-content/themes/version04/img/16.jpg" border="0" valign="top" width="728px" height="26px" class="footer">
<table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top" width="100%" height="5px"></td></tr></table>
<a href="javascript: history.back(-2)">&laquo; Previous Page</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#">Top of Page <small>^</small></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://www.amber-heard.net">Main Index</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&copy; Copyright <a href="http://www.amber-heard.net/site/disclaimer.php">Adoring Amber Heard</a> 2009&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Designed by <a href="http://www.pinksavannah.org/designs/">Purple Haze Inc.</a> 
		</td>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/17.jpg"></td>

	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top"><img src="http://www.amber-heard.net/news/wp-content/themes/version04/img/18.jpg"></td>
	</tr>
</table>
</center>


<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr>
		<td valign="top">
<center><small>
Hosted by <a href="http://www.flaunt.nu" target="_blank">Flaunt.nu</A> / <a href="http://www.flaunt.nu/dmca" target="_blank">DMCA</A></p>
</center></small>
<br><br>
		</td>
	</tr>
</table>
</center>

		</td>
	</tr>
</table>

</center>
</body>
</html>
