<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Essay Editing Services</title>
	<atom:link href="http://www.essayeditingservices.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.essayeditingservices.net</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 17:48:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Deal With Essay Paraphrasing</title>
		<link>http://www.essayeditingservices.net/how-to-deal-with-essay-paraphrasing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-deal-with-essay-paraphrasing</link>
		<comments>http://www.essayeditingservices.net/how-to-deal-with-essay-paraphrasing/#comments</comments>
		<pubDate>Sun, 19 May 2013 17:48:58 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=293</guid>
		<description><![CDATA[As a student, one of your main problems might be coming up with an essay. Many times you don’t know how to start or proceed with your project since you do not know how to write an original essay. Sometimes, you might want to do essay paraphrasing to solve your problem, but this is a [...]]]></description>
			<content:encoded><![CDATA[<p>As a student, one of your main problems might be coming up with an essay. Many times you don’t know how to start or proceed with your project since you do not know how to write an original essay. Sometimes, you might want to do <strong>essay paraphrasing</strong> to solve your problem, but this is a different problem that you need to deal with. If you are stressed and do not know how to work on <a title="Professional Essay Editing Service Online" href="http://www.essayeditingservices.net/professional-essay-editing-service-online/">essay paraphrasing</a>, you can check out these tips from your <strong>essay editing services </strong>below.</p><div class="centeralign"><div class="greenform"><div id="smallform"><span id="smallwriter"></span><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<h2>Essay Editing Services: Why Should You Do Essay Paraphrasing?</h2>
<p>If you have ever read a source or an essay that you would like to use for your project, then you might want to paraphrase in order to change the source into an original work. As you know, your professor won’t be happy to receive a copied work so you should concentrate of coming up with an original <strong>essay paraphrasing</strong>.</p><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/1.png"/></a></div>
<h2>How to Do Essay Paraphrasing Correctly</h2>
<ol>
<li>One of the things you have to know when you do <strong>essay editing</strong> to paraphrase someone’s work is to make sure that you have a good comprehension or understanding of the text.</li>
<li>You should take note that it would be your own words to make sure that you will come up with an original paraphrased project. This will avoid you from getting any complaints on intellectual property right.</li>
<li>At first, you might think that <a title="Thesis Editing Services" href="http://www.essayeditingservices.net/our-services/thesis-editing-services/">essay editing</a> and paraphrasing is hard and indeed it is. However, you can avoid having a hard time if you know how to make an outline from the major points in your essay.</li>
<li>You should get a pen and a paper in handy as you are reading the source. You can write down important notes so as not to forget them. This way, you can also avoid repeating the same words.</li>
<li>Do not forget that although paraphrased, you should still cite your source. This is one thing you need to remember in <strong>essay paraphrasing</strong>.</li>
</ol>
<p>Don’t know how to paraphrase? If so, you don’t need to worry. Your <a title="Essay Editing Help From Professionals" href="http://www.essayeditingservices.net/essay-editing-help-from-professionals/">essay editing service</a> can perform paraphrasing for you.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div>
<h3 style="text-align: center;">Call up essay editing services today!</h3>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/how-to-deal-with-essay-paraphrasing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Help With Academic Essay Editing</title>
		<link>http://www.essayeditingservices.net/get-help-with-academic-essay-editing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-help-with-academic-essay-editing</link>
		<comments>http://www.essayeditingservices.net/get-help-with-academic-essay-editing/#comments</comments>
		<pubDate>Sun, 12 May 2013 17:46:49 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=291</guid>
		<description><![CDATA[You might be asking why you should get academic essay editing help. There are a lot of students asking the reasons they should get assistance from professional essay editing services. Today’s post aims to help you understand why you need to hire a professional editor to correct your assignment. If you’re ready, check these out. [...]]]></description>
			<content:encoded><![CDATA[<p>You might be asking why you should get <strong>academic essay editing</strong> help. There are a lot of students asking the reasons they should get assistance from professional <a title="Professional Essay Editing Service Online" href="http://www.essayeditingservices.net/professional-essay-editing-service-online/">essay editing services</a>. Today’s post aims to help you understand why you need to hire a professional editor to correct your assignment. If you’re ready, check these out.</p><div class="centeralign"><div class="blueform"><div id="smallform"><span id="writingservices"></span><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<h2>Why You Should Get Help Academic Essay Editing</h2>
<ol>
<li>You should get help from the pro editing service because you can rely on their turnaround. As you know, your professor has his deadline to receive all the academic essays he has assigned your class, so he won’t be happy to get your assignment later than the specified deadline.</li>
<li>You need the help of <strong>essay editing</strong> due to their skills and experience. This is one of the main reasons you might want to hire a professional editor to work on your task. You can make sure that you are working with the right people and so you can eliminate yourself from any sort of worries or stress.</li>
<li>You would need them to see those mistakes that your eyes cannot see. Your <strong>academic essay editing</strong> service can work on your project fairly and so you can be sure that you will have an accurate output in editing. Since they’re professional editors, they can also help you improve your work. In fact, there are some of them that also offer coaching services. This will not only help you detect those errors but you would also learn how to improve your English skills.</li>
<li>You would need them to make sure that you will save money. Although there are many websites offering you with <a title="Essay Review Service for You!" href="http://www.essayeditingservices.net/our-services/essay-review-service-for-you/">essay editing services</a>, you cannot rely on their rates if you would not get exact quotes. Your professional editor can help you save money and spend it for other important things in your studies.</li>
</ol>
<p>There you have the benefits of getting help from professional <strong>essay editing services</strong>. If you are looking for a superb output, you can check out the services of these services to come up with an excellent work. You don’t need to worry about anything at all when you deal with the right people.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/2.png"/></a></div>
<h3 style="text-align: center;">Need Help in Essay Editing? Call up your chosen professional editor now!</h3>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/get-help-with-academic-essay-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Tips on MBA Essay Editing and Proofreading</title>
		<link>http://www.essayeditingservices.net/best-tips-on-mba-essay-editing-and-proofreading/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=best-tips-on-mba-essay-editing-and-proofreading</link>
		<comments>http://www.essayeditingservices.net/best-tips-on-mba-essay-editing-and-proofreading/#comments</comments>
		<pubDate>Sun, 05 May 2013 17:44:49 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=289</guid>
		<description><![CDATA[MBA essay editing and proofreading is not an easy task especially for those who do not have enough experience for this task. If you would do it without much knowledge about editing, you might end up with a lot of frustrations and stress. If you do not want this to happen to you, you should [...]]]></description>
			<content:encoded><![CDATA[<p><strong>MBA essay editing and proofreading</strong> is not an easy task especially for those who do not have enough experience for this task. If you would do it without much knowledge about editing, you might end up with a lot of frustrations and stress. If you do not want this to happen to you, you should get guidance from your professional <a title="Your Best Essay Editor Online" href="http://www.essayeditingservices.net/your-best-essay-editor-online/">essay editing</a> that is ready to help you get the right tips in order to accomplish the task properly.</p><div class="centeralign"><div class="greenform"><div id="smallform"><span id="smallwriter"></span><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<h2>How to Do MBA Essay Editing Right</h2>
<ol>
<li>You should concentrate. If you want to come up with the best output, you should be eliminating all the clutters in your head. If not, you might end up with a lot of errors since you cannot see your mistakes.</li>
<li>You should avoid relying totally on proofreading software. If you would, you might not see those wrong word choices, sentence construction, and other things that an application cannot see. You should still rely on your eyes when looking to come up with the right output when editing and proofreading your work.</li>
<li><strong>3.     </strong>You should know that <strong>essay editing </strong>and proofreading requires time and effort. You should devote enough time to proofread and edit your work. You should not combine these two with writing if you want to move in working on your assignment. <strong></strong></li>
<li>You can think of printing your MBA application. This will allow you see those errors that you cannot see on your computer.</li>
<li>You should be looking for punctuation errors. When proofreading your MBA essay, you should consider looking for the punctuation mistakes that you have committed and that includes commas, semi-colon, colon, and others.</li>
<li>You should be getting help from someone to read your work. If you cannot see those mistakes in <a title="Best Academic Editing for You" href="http://www.essayeditingservices.net/best-academic-editing-for-you/">MBA essay editing and proofreading</a>, you should make sure that you can ask the assistance of someone to read your work for you.</li>
</ol>
<h2>Get Professional Help for MBA Essay Editing and Proofreading</h2>
<p>If you think that editing and proofreading is not for you and that you want to increase your chances of getting accepted in the institution, you should consider hiring a professional editor to help you in <strong>editing and proofreading your work</strong>. Call them up now!</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/1.png"/></a></div>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/best-tips-on-mba-essay-editing-and-proofreading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Professional Application Essay Editing</title>
		<link>http://www.essayeditingservices.net/professional-application-essay-editing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=professional-application-essay-editing</link>
		<comments>http://www.essayeditingservices.net/professional-application-essay-editing/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 17:41:57 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=287</guid>
		<description><![CDATA[Are you looking for application essay editing? However, searching for the right company to work on your editing task is often uneasy since there are many companies offering the same help to their customers. It is why it is not an easy task to complete your assignment, thinking that choosing an application essay editing is [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking for <strong>application essay editing</strong>? However, searching for the right company to work on your editing task is often uneasy since there are many companies offering the same help to their customers. It is why it is not an easy task to complete your assignment, thinking that choosing an <a title="Your Best Essay Editor Online" href="http://www.essayeditingservices.net/your-best-essay-editor-online/">application essay editing</a> is a little bit tiring.</p><div class="centeralign"><div class="redform"><div id="smallform"><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<h2>How to Choose Professional Editing Services Online</h2>
<ol>
<li>Check on their editing experience. When you visit their site, you should make sure that you are looking on their portfolio to see if they have done similar projects before. This way, you will never have a hard time to work on them or to choose them to work on <strong>essay editing</strong>.</li>
<li>See their rates. You should try to get their rates to see if they can work within your budget. You will not have a difficult time to look for a company since you can compare their rates to one another. This said you would need to make sure that you are going to get the best deals. If possible, you can also ask for discounts.</li>
<li>Ask about their <strong>essay editing</strong> people. If you want to achieve a professional output for <a title="Professional Essay Editing Service Online" href="http://www.essayeditingservices.net/professional-essay-editing-service-online/">application essay editing</a>, you should know who will work on your project. If not, you might have a problem about the quality of their work. This might waste your money in the process, so do not hire their services not until you know who their editors are.</li>
<li>Check user reviews. If you would hire a company for their editing service, you should know how satisfied their users are. In addition, you should check for companies that receive positive feedbacks from their users.</li>
</ol>
<h2>Need Essay Editing Services</h2>
<p>If you need help on your<strong> application essay</strong>, you should make sure that you are dealing with the right people who can deliver the best editing output. As you know, it is not easy to grab a slot in your institution, school, or university of choice. Do not let the opportunity pass you by, so get the right help online.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/2.png"/></a></div>
<h3 style="text-align: center;">Hire your best application essay editing today!</h3>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/professional-application-essay-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to paraphrase essay plagiarism</title>
		<link>http://www.essayeditingservices.net/how-to-paraphrase-essay-plagiarism/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-paraphrase-essay-plagiarism</link>
		<comments>http://www.essayeditingservices.net/how-to-paraphrase-essay-plagiarism/#comments</comments>
		<pubDate>Sat, 09 Mar 2013 23:25:12 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=284</guid>
		<description><![CDATA[Paraphrase Correctly to Avoid Essay Plagiarism Essay plagiarism is considered to be highly unlawful in many top academic institutions. During the course of your educational career, you will be required to write essays from research papers to dissertations. Students should never copy complete phrases without properly citing its sources but if you want to integrate [...]]]></description>
			<content:encoded><![CDATA[<h2>Paraphrase Correctly to Avoid Essay Plagiarism</h2>
<p><strong>Essay plagiarism</strong> is considered to be highly unlawful in many top academic institutions. During the course of your educational career, you will be required to write essays from research papers to dissertations. Students should never copy complete phrases without properly citing its sources but if you want to integrate facts and ideas from your information you can use the system paraphrasing. If you are one of the thousands of students have trouble paraphrasing properly, you can seek professional academic help. <a title="Essay editing" href="http://www.essayeditingservices.net/our-services/admissions-essay-editing-service/">Essay editing</a> is essential to make sure that no part of your essay is copied. <strong>Essay editing services</strong> is a smart solution to make sure that your paper adheres to top academic standard in terms of content and quality.</p><div class="centeralign"><div class="redform"><div id="smallform"><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<h2>Get Academic Assistance with Professional Essay Editing Companies</h2>
<p><strong>Essay plagiarism</strong> is a serious offense and students caught fall the risk of being suspended as this demoralize the main purpose of education which is to learn. In order to successfully paraphrase, you should understand the data you are reading and explain the idea in your own words. Do not practice superficial changes that substitute only synonyms and some words in the sentence. Remember that it is not enough to recognize the source and the idea but you also have to acknowledge the wordings. As much as possible, choose only specific key paragraphs to cite and make sure that you have proper comprehension of the sentences you paraphrase.</p><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/2.png"/></a></div>
<h3>100% NON PLAGIARIZED Papers with Essay Editing Services</h3>
<p>If you want to avoid altogether <a title="essay plagiarism" href="http://www.essayeditingservices.net/simple-steps-of-essay-revision/">essay plagiarism</a>, there are numerous essay editing services that is more than willing to extend their professional expertise. These companies hire only qualified writers that not only edit your paper but improve the content of your essay. Aside from <strong>essay editing</strong>, an essay writing company provides consultation services that give student the scope of the potential changes of their papers. <strong>Essay plagiarism</strong> is sure to be eradicated when using these services as they are reliable source of 100% original papers.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/how-to-paraphrase-essay-plagiarism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple steps of essay revision</title>
		<link>http://www.essayeditingservices.net/simple-steps-of-essay-revision/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-steps-of-essay-revision</link>
		<comments>http://www.essayeditingservices.net/simple-steps-of-essay-revision/#comments</comments>
		<pubDate>Sat, 09 Mar 2013 23:20:56 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=282</guid>
		<description><![CDATA[Time is essential when you write a winning essay especially that you will be required to revise, edit and proofread your paper. Polishing your paper can be a daunting task and these simple steps will allow you to help improve the quality of your essay. If you experience further problems with your essay, you can [...]]]></description>
			<content:encoded><![CDATA[<p>Time is essential when you write a winning essay especially that you will be required to revise, edit and proofread your paper. Polishing your paper can be a daunting task and these simple steps will allow you to help improve the quality of your essay. If you experience further problems with your essay, you can consult professional essay editing services as these companies offer <strong>essay revision</strong>, essay editing, proofreading and other academic services.</p><div class="centeralign"><div class="redform"><div id="smallform"><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<ol>
<li>It is important that you know your key point. Summarize your essay and always include a main sentence in every paragraph and support it with evidences and information. Your reader must be able to identify easily the purpose of your essay. <a title="Essay revision" href="http://www.essayeditingservices.net/our-services/essay-proofreading-service/">Essay revision</a> is fairly easy if you analyze the necessities of your paper and your essay should accomplish your goal.</li>
<li>During your <strong>essay editing</strong> process, do not forget to cite your sources properly. Plagiarism is a serious offense in any academic institutions and automatically your paper can be easily dismissed once found plagiarized.</li>
<li>The importance of <strong>essay revision</strong> is to make sure that your paper adheres to top standards in terms of quality and content. Only save ideas that helps reflect the main concept of your essay. Do not flood your paper with useless information as this could derail the acquisition of key information.</li>
<li>Make sure to eliminate all errors in grammar, usage and spelling. You can utilize software that helps detect mistakes.</li>
<li>Lastly, when checking your essay always ensures that this centers to the needs of your readers. Remove any unclear ideas, unnecessary details and erroneous vagueness. Try to detach yourself from your essay and focus on the academic goal of your paper.</li>
</ol>
<p>There are a number of <a title="essay editing services" href="http://www.essayeditingservices.net/best-application-essay-editing-service/">essay editing services</a> that offers convenient solutions to students having difficulty with their <strong>essay revision</strong>. These services are widely used by thousands of students and are proven to be reliable and cost efficient.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/1.png"/></a></div>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/simple-steps-of-essay-revision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check an essay</title>
		<link>http://www.essayeditingservices.net/how-to-check-an-essay/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-check-an-essay</link>
		<comments>http://www.essayeditingservices.net/how-to-check-an-essay/#comments</comments>
		<pubDate>Sat, 09 Mar 2013 23:16:21 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=280</guid>
		<description><![CDATA[Check Essay with the Help of Professional Writing Services An essay is an important academic requirement that is used by many teachers in order to assess the level of understanding of its students. There are many things that must consider before you write your essay especially that this should be undertaken with enough time to [...]]]></description>
			<content:encoded><![CDATA[<h2>Check Essay with the Help of Professional Writing Services</h2>
<p>An essay is an important academic requirement that is used by many teachers in order to assess the level of understanding of its students. There are many things that must consider before you write your essay especially that this should be undertaken with enough time to ensure its quality. If you have already written your essay and merely want to <strong>check essay</strong>, the first thing that you should do is remove all possible distractions. Essay editing can be difficult especially if you do not have the skill to properly check the status of your essay which is why there are <strong>essay editing</strong> services that can help guarantee success of your papers.</p><div class="centeralign"><div class="redform"><div id="smallform"><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<h2>Essay Editing and Proofreading with the Experts</h2>
<p>It is advisable to never proofread your essay once after finishing it. It is necessary that you should take some time and clear your mind. Do not rush into anything, if your paper is due immediately, you can have a peer <a title="check essay" href="http://www.essayeditingservices.net/our-services/essay-review-service-for-you/">check essay</a>. Proofreading and essay editing process requires time and hastening this could make you overlook key problems and errors. It also helps if you read your essay out loud as this helps focus your mind on hearing the words rather than simply just reading them. This system can help students notice any grammar and spelling problems which could improve the overall structure and quality of your essays.</p><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/1.png"/></a></div>
<h3>Improve Overall Essay Quality with Essay Writing Services</h3>
<p>If you want to ensure not only the grammar of your essay but also the content, you can seek professional <a title="essay editing services" href="http://www.essayeditingservices.net/">essay editing services</a>. These services offers wide variety of academic assistance that can dramatically help increase your chances of A+ grade. You can <strong>check essay</strong> writing services, its rates and the qualifications of its pool of writers. One of the common advantages when you <strong>check essay</strong> writing services is its ability to compensate all writing, editing, proofreading and researching that every student will require for a good quality essay. <strong>Check essay</strong> writing companies offer the best academic solution to maintain the quality of your academic papers.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/how-to-check-an-essay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>College Application Essay Editing</title>
		<link>http://www.essayeditingservices.net/college-application-essay-editing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=college-application-essay-editing</link>
		<comments>http://www.essayeditingservices.net/college-application-essay-editing/#comments</comments>
		<pubDate>Wed, 25 Jul 2012 11:57:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=97</guid>
		<description><![CDATA[We always work hard to ensure your essay receives the high grades you deserve. A great essay requires good ideas as well as the consistency and clarity of argument and voice that will make the professor yearn to read your work. Our intensive essay editing service ensures that there is structural coherence, correct grammar as [...]]]></description>
			<content:encoded><![CDATA[<p>We always work hard to ensure your essay receives the high grades you deserve. A great essay requires good ideas as well as the consistency and clarity of argument and voice that will make the professor yearn to read your work. Our intensive essay editing service ensures that there is structural coherence, correct grammar as well sound academic styles and formatting.</p><div class="centeralign"><div class="redform"><div id="smallform"><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<h2>College Application Essay Editing</h2>
<p>It is easy to enter college or university but getting into your top choice is another matter entirely. To give yourself the best chance you need to enlist the help of our editors who offer the best essay editing services. <a title="Best Essay Editing Services" href="http://www.essayeditingservices.net/">Essay editing eservices</a> is designed to help you fix problem, give you professional opinion strength and improve your writing.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/3.png"/></a></div>
<h2>Best Tips on College Application Easy Editing</h2>
<ul>
<li><strong>Be brief to the point</strong>. Every college/University receives thousands of application which means admissions officers spends only a couple of minutes on the essay. This requires your application to be concise. In case you are facing any difficulty our editors will offer the best college application essay editing services.</li>
<li><strong>Be coherent</strong>. Always write about just one subject at a time. Do not babble by trying to cover everything about you in the application. You need to articulate your point well.</li>
<li><strong>Be vivid in your writing</strong>. A good essay should sound more like an interesting story. Make it more human and humane by proving settings where you refer to names of your teacher, coach or parent.</li>
<li><strong>Be smart and show professionalism</strong>. Let the reader you uphold professionalism in whatever you do. Since colleges are intellectual places, it is important to show your intellectual vitality.</li>
<li><strong>Do use active voice verbs</strong>. This makes the essay more creative and interesting. Overuse of passive voice makes prose seem flat and uninteresting. This is actually one of the most important tips to remember on college application essay editing.</li>
<li><strong>Do proofread and revise.</strong> This will help you identify grammatical errors. Vary your sentences and allow good transition. Our college application essay editing services is the best in helping you polish the essay to perfection.</li>
</ul>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/college-application-essay-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Academic Editing Services &#8211; Best Offers</title>
		<link>http://www.essayeditingservices.net/academic-editing-services-best-offers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=academic-editing-services-best-offers</link>
		<comments>http://www.essayeditingservices.net/academic-editing-services-best-offers/#comments</comments>
		<pubDate>Sun, 24 Jun 2012 17:38:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=94</guid>
		<description><![CDATA[If you are attending college, you know that there are a lot of writing assignments you need to submit. Essays, term papers, research papers and thesis writing are all part of your college education. Your college professors will always expect you to submit papers that will demonstrate your understanding of a subject matter or topic. [...]]]></description>
			<content:encoded><![CDATA[<p>If you are attending college, you know that there are a lot of writing assignments you need to submit. Essays, term papers, research papers and thesis writing are all part of your college education. Your college professors will always expect you to submit papers that will demonstrate your understanding of a subject matter or topic. In addition, professors will always expect your papers to follow all the basic writing rules such as correct grammar and spelling. All these can cause you to be highly stressed. When a portion of your final grade depends on a writing assignment, consult <strong>academic editing services </strong>to make sure you pass the subject.</p><div class="centeralign"><div class="blueform"><div id="smallform"><span id="writingservices"></span><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<p>When you are writing a paper, you always think you are writing it correctly. Editing your own paper often makes you feel your paper is perfect in so far as basic writing rules are concerned. To make sure that your essay is flawless, there are <strong>essay editing services </strong>that can help refine your writing skills. Academic editing services have qualified editors who can double check and correct your essay’s grammar, spelling, punctuation and writing style errors. We can also make sure that the format of your essay conforms to either APA style or MLA style of writing.</p><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/2.png"/></a></div>
<p>Hiring <a title="Your Best Essay Editing Services" href="http://www.essayeditingservices.net/">essay editing services</a> will take the worry out of writing your ideas in the correct academic style. The best technique in choosing the right editing services is finding an editor that has the experience on the level of writing you require. You will get the best offers from<strong> </strong>these services<strong> </strong>if you are hiring the right editor for the service you require.</p>
<p>The best offers of <a title="Best Academic Editing for You" href="http://www.essayeditingservices.net/best-academic-editing-for-you/">academic editing services</a> you will get are those provided by either past or current college or university faculty members. These editors are knowledgeable in the entire writing process because we have written these types of papers, have advised students, and most importantly have graded these types of papers.</p>
<p>A well written paper is a product of good editing. Professional <strong>essay editing services </strong>not only correct your essays and papers for mistakes, we also help perfect your writing skills.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/academic-editing-services-best-offers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Academic Editing for You</title>
		<link>http://www.essayeditingservices.net/best-academic-editing-for-you/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=best-academic-editing-for-you</link>
		<comments>http://www.essayeditingservices.net/best-academic-editing-for-you/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 22:53:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.essayeditingservices.net/?p=90</guid>
		<description><![CDATA[No Academic Editing Neglect You know how often a general expression of your work may be spoilt by minor details. You have worked so hard, searched for the proper literary sources and revised them, provided strong argumentation and drew the conclusions…Finally, the work is ready! You are proud of yourself (and absolutely according to your [...]]]></description>
			<content:encoded><![CDATA[<h2>No Academic Editing Neglect</h2>
<p>You know how often a general expression of your work may be spoilt by minor details. You have worked so hard, searched for the proper literary sources and revised them, provided strong argumentation and drew the conclusions…Finally, the work is ready! You are proud of yourself (and absolutely according to your deserts). Still your tutor is not really satisfied with your written assignment. It is not edited in the needed way &#8211; that&#8217;s where the shoe pinches.</p><div class="centeralign"><div class="redform"><div id="smallform"><input id="small_pre_type" type="hidden" value="4"><form id="smallorder" name="smallorder" method="get" action="/order/">
        <table style="width:100%;">
            <tr>
                <td class="first" valign="top">
                    <div class="selecttitle">Write my</div>
                    <select style="width:170px;" id="type" name="type">
                        <option value="0">Thesis</option>
                        <option value="1">Thesis Proposal</option>
                        <option value="2">Dissertation</option>
                        <option value="3">Dissertation Proposal</option>
                        <option value="4">Essay</option>
                        <option value="5">Term Paper</option>
                        <option value="6">Research Paper</option>
                        <option value="7">Research Proposal</option>
                        <option value="8">Coursework</option>
                        <option value="9">Book/Movie/Article Review</option>
                        <option value="10">Annotated Bibliography</option>
			<option value="11">Manuscript</option>
			<option value="12">Book</option>
			<option value="13">Article</option>
                        <option value="14">Admission Essay (Admission Services)</option>
                        <option value="15">Scholarship Essay(Admission Services)</option>
                        <option value="16">Personal Statement(Admission Services) </option>
                        <option value="17">Autobiography</option>
                        <option value="18">Case Study</option>
                        <option value="19">Lab Report</option>
                        <option value="20">Assignments</option>
                        <option value="21">PowerPoint Presentation</option>
			<option value="22">Multiple Choice Questions (10 per page non-time-framed)</option>
			<option value="23">Multiple Choice Questions (10 per page time-framed)</option>
                    </select>
                </td>

                <td valign="top">
                    <div class="selecttitle">in</div>
                    <select name="urgency" id="urgency">
                        <option value="0">10 days</option>
                        <option value="1">7 days</option>
                        <option value="2">5 days</option>
                        <option value="3">4 days</option>
                        <option value="4">3 days</option>
                        <option value="5">48 hours</option>
                        <option value="6">24 hours</option>
                    </select>
                    <span class="date_style"> <span style="font-weight:bold;" id="date"></span></span>
                </td>

                <td style="text-align:center;">
                    <a id="small-order-btn" href="javasciprt:void(0)" onclick="jQuery('#smallorder').submit();return false;"></a>
                </td>
            </tr>
        </table>






        



</form>


<script type="text/javascript">

jQuery(document).ready(function(){  
    change_date();

    jQuery('#smallorder input, #smallorder select').click(change_date).change(change_date);

    var selected_type = jQuery('#small_pre_type').val();
    jQuery(jQuery('#type option').get(selected_type)).attr('selected', 'selected');
    
});


function change_date() {

    var urg = jQuery('#urgency').val();
    var adddays = 0;
    if(urg == 0) {
        adddays = 10;
    }
    else if(urg == 1) {
        adddays = 7;
    } else if(urg == 2) {
        adddays = 5;
    } else if(urg == 3) {
        adddays = 4;
    } else if(urg == 4) {
        adddays = 3;
    }else if(urg == 5) {
        adddays = 2;
    }else if(urg == 6) {
        adddays = 1;
    }

    var mydate = add_days(adddays);

    var prefix = 'by ';
    if(urg == 0) {
        prefix = 'after ';
    }



    var y = mydate.getFullYear();
    var m = mydate.getMonth()+1;
    var d = mydate.getDate();
    var hh = mydate.getHours();
    if(hh < 10) hh = '0' + hh;
    var mm = mydate.getMinutes();
    if(mm < 10) mm = '0' + mm;
    var t = hh + ':' + mm;

    jQuery('#date').html(prefix + mydate.toDateString() + ' ' + t);

}


function add_days(val) {
 var today = new Date();
 var tomorrow = new Date();
 tomorrow.setDate(today.getDate()+val);

 var y = tomorrow.getFullYear();
 var m = tomorrow.getMonth();
 var d = tomorrow.getDate();

 return tomorrow;
}






</script></div></div></div>
<p>To avoid such problems our company offers essay editing services for you. You will receive the best academic editing quick and at affordable prices.</p><div class="leftalign"><a rel="nofollow" href="http://www.essayeditingservices.net/order/"><img src="http://www.essayeditingservices.net/wp-content/plugins/autocoloring//images/square/2/2.png"/></a></div>
<h2>How It Works</h2>
<p>Our essay editing services are really high-class. You will have no need to bother with spelling and grammar checking, punctuation revising etc. Leave the tedious work of academic editing to our group of professional writers. You will not be disappointed.</p>
<p>We are ready to edit any type of written material, including essays, thesis, research and application papers, proposals, letters, grants and even scientific articles and treatise. Our best academic editing is in demand in all the corners of the world. That is why you may easily let is proofread your work.</p>
<h2>Experience is the Key to Success</h2>
<p>Our writers are real professionals have been involved into <a title="Exclusive Essay Editing From Best Writers" href="http://www.essayeditingservices.net/exclusive-essay-editing-from-best-writers/">essay editing services</a> granting for many years. What is more, they are scientists and know how to compose a successful article or essay. It is not a problem for them to improve your work. They will effortlessly correct your grammar and spelling mistakes, improve weak argumentation or put evidences in the correct order. The quick turnaround is 100%-guaranteed.</p>
<h2>Try It and You Will Not Regret</h2>
<p>Granting essay editing services is the strong point of our company. We love and value our customs. So we want them to have the best academic editing. Leave all the doubts behind and trust in our writers – you will not be sorry. Well-done and careful academic editing of your work will add scores to the perfectly composed work So, the impression of your essay will be positive and winning. Ordering essay editing services is advantageous.</p><div class="centeralign"><style type="text/css">
	td.ordertable_col_hover {background:#fff7f1;}
	td.ordertable_row_hover {background:#fff7f1;}
	td.ordertable_current_cell_hover {background:#ffecdd;}
	td.ordertable_current_cell_hover a {text-decoration:none; font-weight:bold; color:#d00000;}
	.link_to_order a {color:#d00000;}
	#first_order_holder {font-weight:bold; color:#d00000; padding-left:15px;}
</style>


<p style="padding-left:50px;"><em>Paper Type:</em>
	<select onchange="refreshTable()" name="table_worktype" id="table_worktype"></select> <span style="font-size:10px; color:gray;">Prices for Editing (with comments)</span>
</p>


<p style="padding-left:20px;"><em>Number of pages:</em>
	<select onchange="showHideFirstOrderHolder();refreshTable()" id="table_pages" name="table_pages"></select>
</p>

<p id="first_order_holder">
<label><input style="vertical-align:middle; margin:0; padding:0;" type="checkbox" checked="checked" id="first_order_chbx" name="first_order_chbx" /> <img style="border:0; margin:0 5px; vertical-align:middle; padding:0;" src="/wp-content/plugins/editingbizprice/discount.png"></label>
</p>


<table id="prices_table" cellspacing="0" cellpadding="5" border="0" width="95%" align="center">
	<tr>
	<th style="line-height:1px;background:none; border:none;" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="96px" style="line-height:1px;border:none;border-top: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-top: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none;">&nbsp;</th>
	</tr>
	
	<tr>
		<th style="background: #e1ffb5">Urgency/Level</th>
		<th style="background: #e1ffb5">Bachelor</th>
		<th width="13px" style="border:none;padding:0; margin:0;border-left: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="border:none;background: #fff7f1; color: #ff6600;">Master</th>
		<th width="13px" style="border:none;padding:0; margin:0; border-right: 3px solid #FFB769;background: #FFF7F1;" rowspan="8">&nbsp;</th>
		<th style="background: #e1ffb5">Doctorate</th>
	</tr>

	<tr>
		<th>10 days</th>
		<td><span class="cell_price" rel="0|0"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|0"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|0"></span></td>
	</tr>

	<tr>
		<th>7 days</th>
		<td><span class="cell_price" rel="0|1"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|1"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|1"></span></td>
	</tr>


	<tr>
		<th>5 days</th>
		<td><span class="cell_price" rel="0|2"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|2"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|2"></span></td>
	</tr>

	<tr>
		<th>4 days</th>
		<td><span class="cell_price" rel="0|3"></span></td>
		<td style="background: #fff7f1;border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|3"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|3"></span></td>
	</tr>

	<tr>
		<th>3 days</th>
		<td><span class="cell_price" rel="0|4"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|4"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|4"></span></td>
	</tr>
	
	<tr>
		<th>48 hours</th>
		<td><span class="cell_price" rel="0|5"></span></td>
		<td style="background: #fff7f1; border-bottom: 1px solid #edcfb9;"><span class="cell_price" rel="1|5"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|5"></span></td>
	</tr>
	
	<tr>
		<th>24 hours</th>
		<td><span class="cell_price" rel="0|6"></span></td>
		<td style="border:none; background: #fff7f1;"><span class="cell_price" rel="1|6"></span></td>
		<td style="border-right: 1px solid #dfdfdf;"><span class="cell_price" rel="2|6"></span></td>
	</tr>
	
	<tr>
	<th style="line-height:1px;border:none;background:none" colspan="2">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-left: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;border-bottom: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th width="13px" style="line-height:1px;border:none;padding:0; margin:0; border-bottom: 3px solid #FFB769;border-right: 3px solid #FFB769;background: #FFF7F1;">&nbsp;</th>
	<th style="line-height:1px;border:none;background:none">&nbsp;</th>
	</tr>
	
</table>









<!-- types def -->
<script type="text/javascript">
var types = [
	{
		name: 'Thesis',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Thesis Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Dissertation Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Essay', 
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Term Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Paper',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Research Proposal',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Coursework',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book/Movie/Article Review',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
        {
		name: 'Annotated Bibliography',
		price_per_page_for_draft: 11.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Manuscript',
		price_per_page_for_draft: 14.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Book',
		price_per_page_for_draft: 12.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Article',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Admission Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Scholarship Essay (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Personal Statement (Admission Services)',
		price_per_page_for_draft: 13.99,
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Autobiography', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Case Study', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Lab Report', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Assignments', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'PowerPoint Presentation', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page non-time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	},
	{
		name: 'Multiple Choice Questions (10 per page time-framed)', 
		price_per_page_for_draft: 11.99, 
		allowed_levels: [2, 3, 1]
	}
];
</script>
<!-- pages def -->
<script type="text/javascript">
var pages = [{count: 1, name: '1 page / 275 words'}, {count: 2, name: '2 pages / 550 words'}, {count: 3, name: '3 pages / 825 words'}, {count: 4, name: '4 pages / 1100 words'}, {count: 5, name: '5 pages / 1375 words'}, {count: 6, name: '6 pages / 1650 words'}, {count: 7, name: '7 pages / 1925 words'}, {count: 8, name: '8 pages / 2200 words'}, {count: 9, name: '9 pages / 2475 words'}, {count: 10, name: '10 pages / 2750 words'}, {count: 11, name: '11 pages / 3025 words'}, {count: 12, name: '12 pages / 3300 words'}, {count: 13, name: '13 pages / 3575 words'}, {count: 14, name: '14 pages / 3850 words'}, {count: 15, name: '15 pages / 4125 words'}, {count: 16, name: '16 pages / 4400 words'}, {count: 17, name: '17 pages / 4675 words'}, {count: 18, name: '18 pages / 4950 words'}, {count: 19, name: '19 pages / 5225 words'}, {count: 20, name: '20 pages / 5500 words'}, {count: 21, name: '21 pages / 5775 words'}, {count: 22, name: '22 pages / 6050 words'}, {count: 23, name: '23 pages / 6325 words'}, {count: 24, name: '24 pages / 6600 words'}, {count: 25, name: '25 pages / 6875 words'}, {count: 26, name: '26 pages / 7150 words'}, {count: 27, name: '27 pages / 7425 words'}, {count: 28, name: '28 pages / 7700 words'}, {count: 29, name: '29 pages / 7975 words'}, {count: 30, name: '30 pages / 8250 words'}, {count: 31, name: '31 pages / 8525 words'}, {count: 32, name: '32 pages / 8800 words'}, {count: 33, name: '33 pages / 9075 words'}, {count: 34, name: '34 pages / 9350 words'}, {count: 35, name: '35 pages / 9625 words'}, {count: 36, name: '36 pages / 9900 words'}, {count: 37, name: '37 pages / 10175 words'}, {count: 38, name: '38 pages / 10450 words'}, {count: 39, name: '39 pages / 10725 words'}, {count: 40, name: '40 pages / 11000 words'}, {count: 41, name: '41 pages / 11275 words'}, {count: 42, name: '42 pages / 11550 words'}, {count: 43, name: '43 pages / 11825 words'}, {count: 44, name: '44 pages / 12100 words'}, {count: 45, name: '45 pages / 12375 words'}, {count: 46, name: '46 pages / 12650 words'}, {count: 47, name: '47 pages / 12925 words'}, {count: 48, name: '48 pages / 13200 words'}, {count: 49, name: '49 pages / 13475 words'}, {count: 50, name: '50 pages / 13750 words'}, {count: 51, name: '51 pages / 14025 words'}, {count: 52, name: '52 pages / 14300 words'}, {count: 53, name: '53 pages / 14575 words'}, {count: 54, name: '54 pages / 14850 words'}, {count: 55, name: '55 pages / 15125 words'}, {count: 56, name: '56 pages / 15400 words'}, {count: 57, name: '57 pages / 15675 words'}, {count: 58, name: '58 pages / 15950 words'}, {count: 59, name: '59 pages / 16225 words'}, {count: 60, name: '60 pages / 16500 words'}, {count: 61, name: '61 pages / 16775 words'}, {count: 62, name: '62 pages / 17050 words'}, {count: 63, name: '63 pages / 17325 words'}, {count: 64, name: '64 pages / 17600 words'}, {count: 65, name: '65 pages / 17875 words'}, {count: 66, name: '66 pages / 18150 words'}, {count: 67, name: '67 pages / 18425 words'}, {count: 68, name: '68 pages / 18700 words'}, {count: 69, name: '69 pages / 18975 words'}, {count: 70, name: '70 pages / 19250 words'}, {count: 71, name: '71 pages / 19525 words'}, {count: 72, name: '72 pages / 19800 words'}, {count: 73, name: '73 pages / 20075 words'}, {count: 74, name: '74 pages / 20350 words'}, {count: 75, name: '75 pages / 20625 words'}, {count: 76, name: '76 pages / 20900 words'}, {count: 77, name: '77 pages / 21175 words'}, {count: 78, name: '78 pages / 21450 words'}, {count: 79, name: '79 pages / 21725 words'}, {count: 80, name: '80 pages / 22000 words'}, {count: 81, name: '81 pages / 22275 words'}, {count: 82, name: '82 pages / 22550 words'}, {count: 83, name: '83 pages / 22825 words'}, {count: 84, name: '84 pages / 23100 words'}, {count: 85, name: '85 pages / 23375 words'}, {count: 86, name: '86 pages / 23650 words'}, {count: 87, name: '87 pages / 23925 words'}, {count: 88, name: '88 pages / 24200 words'}, {count: 89, name: '89 pages / 24475 words'}, {count: 90, name: '90 pages / 24750 words'}, {count: 91, name: '91 pages / 25025 words'}, {count: 92, name: '92 pages / 25300 words'}, {count: 93, name: '93 pages / 25575 words'}, {count: 94, name: '94 pages / 25850 words'}, {count: 95, name: '95 pages / 26125 words'}, {count: 96, name: '96 pages / 26400 words'}, {count: 97, name: '97 pages / 26675 words'}, {count: 98, name: '98 pages / 26950 words'}, {count: 99, name: '99 pages / 27225 words'}, {count: 100, name: '100 pages / 27500 words'}, {count: 125, name: '125 pages / 34375 words'}, {count: 150, name: '150 pages / 41250 words'}, {count: 175, name: '175 pages / 48125 words'}, {count: 200, name: '200 pages / 55000 words'}, {count: 250, name: '250 pages / 68750 words'}, {count: 300, name: '300 pages / 82500 words'}];
</script>
<!-- levels def -->
<script type="text/javascript">
var levels = [
	{name: 'Bachelor'},
	{name: 'Master'},
	{name: 'Doctorate'}	
];
</script>
<!-- urgencies def -->
<script type="text/javascript">
var urgencies = [
	{name: '10 days'},
	{name: '7 days'},
	{name: '5 days'},
	{name: '4 days'},
	{name: '3 days'},
	{name: '48 hours'},
	{name: '24 hours'}
];
</script>

<!-- SELECTS defs -->
<script type="text/javascript">
var types_ids = [
	'table_worktype'
];
var pages_ids = [
	'table_pages'
];
var levels_ids = [];
var urgencies_ids = [];
</script>

<!-- CALCULATE BASE PRICE WITHOUT ANY DISCOUNTS ETC... -->
<script type="text/javascript">
function calcBasePriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
	var leveladd = getLevelAddByTypeLevel(otype, olevel);	
	var urgencyadd = getUrgencyAddByTypeLevel(ourgency, otype, olevel);
		
	var base_price = (otype.price_per_page_for_draft + leveladd + urgencyadd);
	
	return base_price;
}
function calcPriceFor(type, page, level, urgency) {
	var otype = IsNumeric(type) ? types[type] : getDefByName(type, types);
	var opage = IsNumeric(page) ? pages[page] : getDefByName(page, pages);
	var olevel = IsNumeric(level) ? levels[level] : getDefByName(level, levels);
	var ourgency = IsNumeric(urgency) ?  urgencies[urgency] : getDefByName(urgency, urgencies);
	
		
	var base_price = calcBasePriceFor(type, page, level, urgency);
	var price_result = base_price * opage.count;
	

	return price_result.toFixed(2);
}
</script>


<!-- ON PAGE LOAD -->
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#first_order_chbx').click(refreshTable).change(refreshTable);
	
	fillSelects();
	preSelected();
	refreshTable();
	//addColClasses();
	
	$('#prices_table td').mouseenter(function(){
		var r = $(this).attr('rel');
		
		//add class to column cells
		$('#prices_table td[rel='+r+']').addClass('ordertable_col_hover');
		
		//add class to row cells
		$('#prices_table td').removeClass('ordertable_row_hover');
		$(this).closest('tr').find('td').addClass('ordertable_row_hover');
		
		//add class to current cell
		$('#prices_table td').removeClass('ordertable_current_cell_hover');
		$(this).addClass('ordertable_current_cell_hover');
	});
	
	$('#prices_table td').mouseleave(function(){
		$('#prices_table td').removeClass('ordertable_col_hover').removeClass('ordertable_row_hover').removeClass('ordertable_current_cell_hover');
	});
});
</script>


<!-- ADDITIONS -->
<script type="text/javascript">
function preSelected() {
	jQuery('#table_worktype option[value="4"]').attr('selected','selected');

}
function showHideFirstOrderHolder() {
	var v = jQuery('#table_pages').val();
	var page = pages[v];
	
	jQuery('#first_order_holder').show();
	
}


function getLevelAddByTypeLevel(otype, olevel) {
	var leveladd = 0;	
	if(otype.name != 'Proofreading' && otype.name != 'Formatting') {		
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 25;			
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Master') leveladd = 0.5;
		if(olevel.name == 'Doctorate') leveladd = 0.9;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Master') leveladd = 2;
		if(olevel.name == 'Doctorate') leveladd = 5;
	}
	return leveladd;
}

function getUrgencyAddByTypeLevel(ourgency, otype, olevel) {
	var urgencyadd = 0;	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
		urgencyadd = 0;	
		if(ourgency.name == '10 days') {urgencyadd = 0;
			}
		if(ourgency.name == '7 days') {urgencyadd = 1.5;
			}
		if(ourgency.name == '5 days'){ urgencyadd = 3;
			}	
		if(ourgency.name == '4 days'){ urgencyadd = 4.5;
			}		
		if(ourgency.name == '3 days') {urgencyadd = 6;	
			}
		if(ourgency.name == '48 hours') {urgencyadd = 7.5;	
			}
		if(ourgency.name == '24 hours') {urgencyadd = 9;	
			}
	}
	else if(otype.name == 'Formatting') {
		if(olevel.name == 'Bachelor') urgencyadd = 0.5;
		if(olevel.name == 'Master') urgencyadd = 0.7;
		if(olevel.name == 'Doctorate') urgencyadd = 1;		
	}
	else if(otype.name == 'Proofreading') {
		if(olevel.name == 'Bachelor') urgencyadd = 1.5;
		if(olevel.name == 'Master') urgencyadd = 2;
		if(olevel.name == 'Doctorate') urgencyadd = 5;
	}
	
	if(otype.name != 'Formatting' && otype.name != 'Proofreading') {
	return urgencyadd;
	}
	else
	{
	return getIndexByName(ourgency.name, urgencies) * urgencyadd;
	}
}
</script>

<!-- REFRESH TABLE CELLS -->
<script type="text/javascript">
function refreshTable() {
	var type = jQuery('#table_worktype').val();
	var page = jQuery('#table_pages').val();
	
	jQuery('.cell_price').each(function(){
		var r = jQuery(this).attr('rel').split('|');
		var level = r[0];
		var urgency = r[1];
		var p = calcPriceFor(type, page, level, urgency);
		
		
		
		var r = '<'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+p+'">&#36;'+p+'</a>';

		
		
		if(jQuery('#first_order_chbx').get(0).checked) {

			
			var discounted_price = p * 0.7;
			discounted_price = parseFloat(discounted_price).toFixed(2);
			var r = '<span style="font-size: 12px; color:#666;"><s>&#36;'+p+'</s></span><br /><span class="link_to_order"><'+'a rel="nofollow" href="/order/?type='+type+'&pages='+page+'&level='+level+'&urgency='+urgency+'&price='+discounted_price+'&discount=EES30">&#36;'+discounted_price+'</a></span>';
		}
		
		jQuery(this).html(r);
	});
}
</script>


<!-- HELPERS -->
<script type="text/javascript">
function fillSelects() {
	fillSelect(types_ids, types); //fill types
	fillSelect(pages_ids, pages); //fill pages
	fillSelect(levels_ids, levels); //fill levels
	fillSelect(urgencies_ids, urgencies); //fill urgencies	
	
}

function fillSelect(ids, opts) {
	var html = '';
	jQuery.each(opts, function(index, item){
		html += '<option value="'+index+'">'+item.name+'</option>';		
	});
	
	jQuery.each(ids, function(index, item){
		jQuery('#'+item).html(html);
	});
}

function getDefByName(name2search, opts) {
	var res = false;
	jQuery.each(opts, function(index, item){
		if(item.name === name2search) {
			res = item;
			return false;
		}
	});
	
	return res;
}

function getIndexByName(name2search, opts) {
	for(var i = 0; i < opts.length; i++) {
		if(opts[i].name === name2search) return i;
	}
	return false;
}

function IsNumeric(input) {
   return !isNaN(parseFloat(input)) && isFinite(input);
}


//function addColClasses() {
//	jQuery('#prices_table tr').each(function(){
//		jQuery(this).find('td').each(function(index, item) {
//			jQuery(this).attr('rel', 'col'+index);
//		});
//	});
//}
</script></div>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.essayeditingservices.net/best-academic-editing-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
