function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}

function writeFlash() {
	document.getElementById("flashContent").innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="700" height="400"><param name="movie" value="swf/olympicLanding.swf"><param name="quality" value="high"><embed src="swf/olympicLanding.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="400"></embed></object>';
}

jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
    jQuery("<img>").attr("src", arguments[i]);
  }
}

$(document).ready(function() {
	
	// Open External Links in New window when rel="external" is present.
	$('A[rel="external"]').click( function() {
		window.open( $(this).attr('href') );
		return false;
    });

	$.preloadImages("images/molecule_shipping_on.jpg", "images/molecule_share_on.jpg","images/molecule_track_on.jpg", "images/molecule_updates_on.jpg");
});