Essay on Ford Rap

Submitted By LlamaDelRey1
Words: 6743
Pages: 27

<!--

Catnip v.2 Theme
Created by Modernise (modernise.tumblr.com)
Please leave at least ONE credit link. Do not delete this box.

Theme is best viewed on Google Chrome, with a resolution of 1280x800.

*~*~HOW TO INSTALL~*~*
1) Copy this entire code.
2) Open up the customise.
3) Click on Edit HTML
4) Delete the code already in there.
5) Replace it with this code.
6) Hit Update Preview, and then Save.
7) Refresh the page, and press Save again.
8) If it wont let you paste in the box, or if it still does not work, use classic customize. (http://tumblr.com/customize-classic/)

If you are experiencing any problems with this theme, please refer to the FAQ on modernisethemes. (http://modernisethemes.tumblr.com/faq)
Thank you for choosing Modernise Themes <3!

-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="font:Text" content="Georgia"/>
<meta name="text:Font Size" content="9px"/>
<meta name="color:Text" content="#888"/>
<meta name="color:Background" content="#fff"/>
<meta name="color:Post" content="#fff"/>
<meta name="color:Borders" content="#cccccc"/>
<meta name="color:Blockquote" content="#f5f5f5"/>
<meta name="color:Links" content="#416600"/>
<meta name="color:Hover" content="#77b30f"/>
<meta name="image:Background" content=""/>
<meta name="image:Header" content=""/>
<meta name="if:Title Font" content="1"/>
<meta name="if:Image Fade" content="1">
<meta name="if:Rounded Corners" content="1">
<meta name="if:CustomLink1" content="1">
<meta name="if:CustomLink2" content="1">
<meta name="if:CustomLink3" content="1">
<meta name="if:CustomLink4" content="0">
<meta name="if:CustomLink5" content="0">
<meta name="text:Link 1 Title" content="custom link">
<meta name="text:Link 1" content="http://">
<meta name="text:Link 2 Title" content="custom link">
<meta name="text:Link 2" content="http://">
<meta name="text:Link 3 Title" content="custom link">
<meta name="text:Link 3" content="http://">
<meta name="text:Link 4 Title" content="custom link">
<meta name="text:Link 4" content="http://">
<meta name="text:Link 5 Title" content="custom link">
<meta name="text:Link 5" content="http://">
<meta name="if:Animated Post Load" content="0">
<meta name="if:Cross Cursor" content="1">
<meta name="if:Click Photo To Reblog" content="1">
<meta name="if:Infinite Scroll" content="1">

<link rel="shortcut icon" href="{Favicon}">
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}

<title>{Title}</title>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>

<script type="text/javascript">

$(document).ready(function () {

$('li.drawer div:nth-child(2)').hide();

$('li.drawer h4').click(function () {

if ($(this).hasClass('open')) {

$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}

else {

$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');

$(this).next().slideDown();

$(this).addClass('open');}

});

});

</script>

<style type="text/css">

/* Body Controls */ html { height:100%;
}

body { font-family:{font:Text}; font-size:{text:Font Size}; color:{color:Text}; letter-spacing:0px; background-color:{color:background}; background-image:url('{image:Background}');