<?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>Buy Essays, Custom Research Papers, College Papers, Dissertations  &#124; Professional Custom Essay Writing Services: Essay Help, Term Paper Writing &#187; News</title>
	<atom:link href="http://www.hqessays.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hqessays.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 09:57:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HQEssays offers help with EdD writing</title>
		<link>http://www.hqessays.com/news/hqessays-offers-help-with-edd-writing/</link>
		<comments>http://www.hqessays.com/news/hqessays-offers-help-with-edd-writing/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 19:08:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.hqessays.com/?p=4777</guid>
		<description><![CDATA[<script>
    var order_price_list = {"HS":{"14d":"12.95","10d":"13.95","7d":"14.16","6d":"15.87","5d":"17.90","4d":"18.78","3d":"20.79","48h":"23.20","24h":"28.00","18h":"29.18","12h":"31.58","8h":"32.48","6h":"33.67"},"C":{"14d":"13.74","10d":"14.56","7d":"14.86","6d":"16.60","5d":"18.83","4d":"19.71","3d":"21.63","48h":"24.03","24h":"28.67","18h":"30.05","12h":"32.42","8h":"33.45","6h":"34.71"},"U":{"14d":"14.53","10d":"15.17","7d":"15.98","6d":"17.33","5d":"19.74","4d":"20.64","3d":"22.46","48h":"24.86","24h":"29.34","18h":"31.13","12h":"33.26","8h":"34.38","6h":"35.55"},"U3":{"14d":"15.32","10d":"15.78","7d":"16.26","6d":"18.06","5d":"20.69","4d":"21.57","3d":"23.29","48h":"25.69","24h":"30.01","18h":"32.08","12h":"34.10","8h":"35.33","6h":"36.41"},"U4":{"14d":"16.11","10d":"16.39","7d":"17.01","6d":"18.79","5d":"21.51","4d":"22.52","3d":"24.12","48h":"26.52","24h":"30.68","18h":"33.03","12h":"34.94","8h":"36.45","6h":"37.37"},"M":{"14d":"16.93","10d":"17.01","7d":"17.68","6d":"19.53","5d":"22.40","4d":"23.45","3d":"25.03","48h":"27.37","24h":"31.36","18h":"33.99","12h":"35.80","8h":"37.86","6h":"38.39"},"PhD":{"14d":"19.48","10d":"20.82","7d":"21.98","6d":"22.68","5d":"25.55","4d":"27.73","3d":"28.67","48h":"31.50","24h":"34.78","18h":"38.17","12h":"41.16","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>
    Premium Writing Service HQEssays.com aims at providing our customers with any kind of academic papers. In spite of the fact that there is an immense interest to  Master’s and PhD dissertations, there is a number of inquiries about EdD dissertation papers. Due to the raise of interest to EdD dissertations we’ve hired writers with [...]]]></description>
			<content:encoded><![CDATA[<script>
    var order_price_list = {"HS":{"14d":"12.95","10d":"13.95","7d":"14.16","6d":"15.87","5d":"17.90","4d":"18.78","3d":"20.79","48h":"23.20","24h":"28.00","18h":"29.18","12h":"31.58","8h":"32.48","6h":"33.67"},"C":{"14d":"13.74","10d":"14.56","7d":"14.86","6d":"16.60","5d":"18.83","4d":"19.71","3d":"21.63","48h":"24.03","24h":"28.67","18h":"30.05","12h":"32.42","8h":"33.45","6h":"34.71"},"U":{"14d":"14.53","10d":"15.17","7d":"15.98","6d":"17.33","5d":"19.74","4d":"20.64","3d":"22.46","48h":"24.86","24h":"29.34","18h":"31.13","12h":"33.26","8h":"34.38","6h":"35.55"},"U3":{"14d":"15.32","10d":"15.78","7d":"16.26","6d":"18.06","5d":"20.69","4d":"21.57","3d":"23.29","48h":"25.69","24h":"30.01","18h":"32.08","12h":"34.10","8h":"35.33","6h":"36.41"},"U4":{"14d":"16.11","10d":"16.39","7d":"17.01","6d":"18.79","5d":"21.51","4d":"22.52","3d":"24.12","48h":"26.52","24h":"30.68","18h":"33.03","12h":"34.94","8h":"36.45","6h":"37.37"},"M":{"14d":"16.93","10d":"17.01","7d":"17.68","6d":"19.53","5d":"22.40","4d":"23.45","3d":"25.03","48h":"27.37","24h":"31.36","18h":"33.99","12h":"35.80","8h":"37.86","6h":"38.39"},"PhD":{"14d":"19.48","10d":"20.82","7d":"21.98","6d":"22.68","5d":"25.55","4d":"27.73","3d":"28.67","48h":"31.50","24h":"34.78","18h":"38.17","12h":"41.16","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>
    <p>Premium Writing Service<strong> HQEssays.com</strong> aims at providing our customers with any kind of academic papers. In spite of the fact that there is an immense interest to  Master’s and PhD dissertations, there is a number of inquiries about <a href="http://www.hqessays.com/dissertations/edd-dissertation-writing-help/">EdD dissertation papers</a>. Due to the raise of interest to EdD dissertations we’ve hired writers with  EdD degree who are always ready to help you with EdD dissertation. <span id="more-4777"></span> Besides, we are ready to help with any other kinds of works that can be required for writing a paper on Educational theme within the EdD program. </p>
<p>If you need help in writing an EdD thesis or other type of study done by the highly qualified writer, just point out your requirements and instructions in the order form while placing an order, and we’ll assign the most appropriate writer for your paper in the shortest possible time.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;counturl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;count=horizontal&amp;text=HQEssays%20offers%20help%20with%20EdD%20writing" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;counturl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;count=horizontal&amp;text=HQEssays%20offers%20help%20with%20EdD%20writing" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.hqessays.com/news/hqessays-offers-help-with-edd-writing/','HQEssays%20offers%20help%20with%20EdD%20writing')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Digg" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_bookmarks" href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Hotmail" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a href="javascript:print()" title="Print" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/print.png" width="16" height="16" alt="Print"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;linkname=HQEssays%20offers%20help%20with%20EdD%20writing" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-offers-help-with-edd-writing%2F&amp;title=HQEssays%20offers%20help%20with%20EdD%20writing" id="wpa2a_4"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hqessays.com/news/hqessays-offers-help-with-edd-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HQessays.com Offers Discounts for Returning Customers</title>
		<link>http://www.hqessays.com/news/hqessays-com-offers-discounts/</link>
		<comments>http://www.hqessays.com/news/hqessays-com-offers-discounts/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:38:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.hqessays.com/?p=3721</guid>
		<description><![CDATA[<script>
    var order_price_list = {"HS":{"14d":"12.95","10d":"13.95","7d":"14.16","6d":"15.87","5d":"17.90","4d":"18.78","3d":"20.79","48h":"23.20","24h":"28.00","18h":"29.18","12h":"31.58","8h":"32.48","6h":"33.67"},"C":{"14d":"13.74","10d":"14.56","7d":"14.86","6d":"16.60","5d":"18.83","4d":"19.71","3d":"21.63","48h":"24.03","24h":"28.67","18h":"30.05","12h":"32.42","8h":"33.45","6h":"34.71"},"U":{"14d":"14.53","10d":"15.17","7d":"15.98","6d":"17.33","5d":"19.74","4d":"20.64","3d":"22.46","48h":"24.86","24h":"29.34","18h":"31.13","12h":"33.26","8h":"34.38","6h":"35.55"},"U3":{"14d":"15.32","10d":"15.78","7d":"16.26","6d":"18.06","5d":"20.69","4d":"21.57","3d":"23.29","48h":"25.69","24h":"30.01","18h":"32.08","12h":"34.10","8h":"35.33","6h":"36.41"},"U4":{"14d":"16.11","10d":"16.39","7d":"17.01","6d":"18.79","5d":"21.51","4d":"22.52","3d":"24.12","48h":"26.52","24h":"30.68","18h":"33.03","12h":"34.94","8h":"36.45","6h":"37.37"},"M":{"14d":"16.93","10d":"17.01","7d":"17.68","6d":"19.53","5d":"22.40","4d":"23.45","3d":"25.03","48h":"27.37","24h":"31.36","18h":"33.99","12h":"35.80","8h":"37.86","6h":"38.39"},"PhD":{"14d":"19.48","10d":"20.82","7d":"21.98","6d":"22.68","5d":"25.55","4d":"27.73","3d":"28.67","48h":"31.50","24h":"34.78","18h":"38.17","12h":"41.16","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>
    Tucson, AZ. HQessays.com loves its returning customers for their trust and expresses gratitude for the kind words in their testimonials.
And in order to somewhat measure its immeasurable thanks, the company announces a permanent 5% discount for all returning customers who order more than four papers at HQessays.com! Moreover, every customer who placed at least two [...]]]></description>
			<content:encoded><![CDATA[<script>
    var order_price_list = {"HS":{"14d":"12.95","10d":"13.95","7d":"14.16","6d":"15.87","5d":"17.90","4d":"18.78","3d":"20.79","48h":"23.20","24h":"28.00","18h":"29.18","12h":"31.58","8h":"32.48","6h":"33.67"},"C":{"14d":"13.74","10d":"14.56","7d":"14.86","6d":"16.60","5d":"18.83","4d":"19.71","3d":"21.63","48h":"24.03","24h":"28.67","18h":"30.05","12h":"32.42","8h":"33.45","6h":"34.71"},"U":{"14d":"14.53","10d":"15.17","7d":"15.98","6d":"17.33","5d":"19.74","4d":"20.64","3d":"22.46","48h":"24.86","24h":"29.34","18h":"31.13","12h":"33.26","8h":"34.38","6h":"35.55"},"U3":{"14d":"15.32","10d":"15.78","7d":"16.26","6d":"18.06","5d":"20.69","4d":"21.57","3d":"23.29","48h":"25.69","24h":"30.01","18h":"32.08","12h":"34.10","8h":"35.33","6h":"36.41"},"U4":{"14d":"16.11","10d":"16.39","7d":"17.01","6d":"18.79","5d":"21.51","4d":"22.52","3d":"24.12","48h":"26.52","24h":"30.68","18h":"33.03","12h":"34.94","8h":"36.45","6h":"37.37"},"M":{"14d":"16.93","10d":"17.01","7d":"17.68","6d":"19.53","5d":"22.40","4d":"23.45","3d":"25.03","48h":"27.37","24h":"31.36","18h":"33.99","12h":"35.80","8h":"37.86","6h":"38.39"},"PhD":{"14d":"19.48","10d":"20.82","7d":"21.98","6d":"22.68","5d":"25.55","4d":"27.73","3d":"28.67","48h":"31.50","24h":"34.78","18h":"38.17","12h":"41.16","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>
    <h3 style="text-align: justify;"><em>Tucson</em><em>, AZ.</em> HQessays.com loves its returning customers for their trust and expresses gratitude for the kind words in their testimonials.</h3>
<p style="text-align: justify;">And in order to somewhat measure its immeasurable thanks, the company announces a <strong>permanent</strong> <strong>5% discount</strong> for all returning customers who order more than <strong>four papers</strong> at <strong>HQessays.com</strong>! Moreover, every customer who placed at least two orders, is considered the returning one and receives access to <strong>HQessays.com</strong> extensive database of free essay and research paper samples, provided he/she uses them only as a reference or a guideline.<span id="more-3721"></span></p>
<p style="text-align: justify;">“We’ve developed special software that automatically indicates the number of orders made from the certain e-mail and then informs users if they are eligible for discount in the order confirmation message. The idea is simple: not only you get an unparalleled quality custom paper for the price which is lower than our competitors’, but you also start saving greatly when you return for more!”, &#8211; <strong>Paul Leger</strong> <strong>HQessays.com</strong> QA Manager, said.</p>
<p style="text-align: justify;"><a href="http://www.hqessays.com/order-custom-essay/"><img class="alignnone" src="http://www.hqessays.com/_pic/staticbanner.jpg" alt="" width="481" height="255" /></a></p>
<p style="text-align: justify;">Many <strong>HQessays.com</strong> customers have already received unimpeachable evidence of the outstanding quality of custom essay papers the company provides. <strong>HQessays.com</strong> currently rates in the <strong>Top 10</strong> of online custom essay services with <strong>65 percent </strong>of customer return index. Only highly experienced and motivated writers with MA and PhD degrees are hired to create distinctive papers on almost any discipline. All orders are completed on the basis of tight coordination between customer and writer: any recommendation, instruction or guidance given by the customer is heeded to the letter, with absolutely free paper revisions provided upon demand.</p>
<p style="text-align: justify;">Visit <strong>HQEssays.com</strong> <a href="http://www.hqessays.com/order-custom-essay/"><strong>order page</strong></a> and convince in it by yourselves!</p>
<p style="text-align: justify;">Spread the word!</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;counturl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;count=horizontal&amp;text=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;counturl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;count=horizontal&amp;text=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.hqessays.com/news/hqessays-com-offers-discounts/','HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Digg" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_bookmarks" href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Hotmail" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a href="javascript:print()" title="Print" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/print.png" width="16" height="16" alt="Print"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;linkname=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fhqessays-com-offers-discounts%2F&amp;title=HQessays.com%20Offers%20Discounts%20for%20Returning%20Customers" id="wpa2a_8"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hqessays.com/news/hqessays-com-offers-discounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HQessays.com Calls On To Launch A Raid Against Online Scammers!</title>
		<link>http://www.hqessays.com/news/raid-against-online-scammers/</link>
		<comments>http://www.hqessays.com/news/raid-against-online-scammers/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:31:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.hqessays.com/?p=3299</guid>
		<description><![CDATA[<script>
    var order_price_list = {"HS":{"14d":"12.95","10d":"13.95","7d":"14.16","6d":"15.87","5d":"17.90","4d":"18.78","3d":"20.79","48h":"23.20","24h":"28.00","18h":"29.18","12h":"31.58","8h":"32.48","6h":"33.67"},"C":{"14d":"13.74","10d":"14.56","7d":"14.86","6d":"16.60","5d":"18.83","4d":"19.71","3d":"21.63","48h":"24.03","24h":"28.67","18h":"30.05","12h":"32.42","8h":"33.45","6h":"34.71"},"U":{"14d":"14.53","10d":"15.17","7d":"15.98","6d":"17.33","5d":"19.74","4d":"20.64","3d":"22.46","48h":"24.86","24h":"29.34","18h":"31.13","12h":"33.26","8h":"34.38","6h":"35.55"},"U3":{"14d":"15.32","10d":"15.78","7d":"16.26","6d":"18.06","5d":"20.69","4d":"21.57","3d":"23.29","48h":"25.69","24h":"30.01","18h":"32.08","12h":"34.10","8h":"35.33","6h":"36.41"},"U4":{"14d":"16.11","10d":"16.39","7d":"17.01","6d":"18.79","5d":"21.51","4d":"22.52","3d":"24.12","48h":"26.52","24h":"30.68","18h":"33.03","12h":"34.94","8h":"36.45","6h":"37.37"},"M":{"14d":"16.93","10d":"17.01","7d":"17.68","6d":"19.53","5d":"22.40","4d":"23.45","3d":"25.03","48h":"27.37","24h":"31.36","18h":"33.99","12h":"35.80","8h":"37.86","6h":"38.39"},"PhD":{"14d":"19.48","10d":"20.82","7d":"21.98","6d":"22.68","5d":"25.55","4d":"27.73","3d":"28.67","48h":"31.50","24h":"34.78","18h":"38.17","12h":"41.16","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>
    Order your essay with no fear of scam!
Warning to all HQesays.com customers! The new surge in scams involving online-payment services  has been spotted recently, bringing multiple cracks to many users’ accounts. Several HQessays.com customers and even a few of its writers suffered from the swindlers’ actions. HQessays.com online security team has already traced and studied [...]]]></description>
			<content:encoded><![CDATA[<script>
    var order_price_list = {"HS":{"14d":"12.95","10d":"13.95","7d":"14.16","6d":"15.87","5d":"17.90","4d":"18.78","3d":"20.79","48h":"23.20","24h":"28.00","18h":"29.18","12h":"31.58","8h":"32.48","6h":"33.67"},"C":{"14d":"13.74","10d":"14.56","7d":"14.86","6d":"16.60","5d":"18.83","4d":"19.71","3d":"21.63","48h":"24.03","24h":"28.67","18h":"30.05","12h":"32.42","8h":"33.45","6h":"34.71"},"U":{"14d":"14.53","10d":"15.17","7d":"15.98","6d":"17.33","5d":"19.74","4d":"20.64","3d":"22.46","48h":"24.86","24h":"29.34","18h":"31.13","12h":"33.26","8h":"34.38","6h":"35.55"},"U3":{"14d":"15.32","10d":"15.78","7d":"16.26","6d":"18.06","5d":"20.69","4d":"21.57","3d":"23.29","48h":"25.69","24h":"30.01","18h":"32.08","12h":"34.10","8h":"35.33","6h":"36.41"},"U4":{"14d":"16.11","10d":"16.39","7d":"17.01","6d":"18.79","5d":"21.51","4d":"22.52","3d":"24.12","48h":"26.52","24h":"30.68","18h":"33.03","12h":"34.94","8h":"36.45","6h":"37.37"},"M":{"14d":"16.93","10d":"17.01","7d":"17.68","6d":"19.53","5d":"22.40","4d":"23.45","3d":"25.03","48h":"27.37","24h":"31.36","18h":"33.99","12h":"35.80","8h":"37.86","6h":"38.39"},"PhD":{"14d":"19.48","10d":"20.82","7d":"21.98","6d":"22.68","5d":"25.55","4d":"27.73","3d":"28.67","48h":"31.50","24h":"34.78","18h":"38.17","12h":"41.16","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>
    <h3>Order your essay with no fear of scam!</h3>
<p style="text-align: justify;">Warning to all <a href="http://www.hqessays.com">HQesays.com</a> customers! The new surge in scams involving online-payment services  has been spotted recently, bringing multiple cracks to many users’ accounts. Several <strong>HQessays.com</strong> customers and even a few of its <a href="http://www.hqessays.com/high-quality-essays-faq/">writers</a> suffered from the swindlers’ actions. HQessays.com online security team has already traced and studied some of the front e-mails, with several perpetrators’ names and addresses identified. Some of them appeared to be former HQessays.com customers.<span id="more-3299"></span></p>
<p style="text-align: justify;">Still reluctant to divulge the names because of the privacy issues, <strong>HQessays.com</strong> HR Manager Mike Stewart said: “<em>Online scammers are usually very hard to be caught, but we’ve been lucky enough to trace several laymen due to their carelessness. We have already contacted some of them and demanded punitive damages to be paid. Otherwise we will have to make this all public and sue them into fraud.</em>”</p>
<p style="text-align: justify;">“<em>Unfortunately, the work done by our team in this regard is merely a drop in the ocean, and we call all our customers to be more careful with their online pay-transfers. Still, it remains a matter of honor to launch a legal raid against online-banking scammers</em>”, he said.</p>
<p style="text-align: justify;"><a href="http://www.hqessays.com/order-custom-essay/"><img class="alignnone" src=" http://www.hqessays.com/_pic/staticbanner.jpg" alt="" width="481" height="255" /></a></p>
<p style="text-align: justify;">The most common method to obtain your personal data is the fake service message from one of online-banking companies which tells you some technical problems occurred with their main server and suggests you to update your account. The message is always followed by a link to update your information. However, the link does not lead to the actual site, but rather to the similar-looking site run by scammers. An unsuspecting customer then inputs information into the fields provided, and the rest is pie.</p>
<p style="text-align: justify;">So as not to become the victim of online swindlers, <strong>HQessays.com</strong> suggests you to follow these simple tips:</p>
<ol style="text-align: justify;">
<li>When you click on the link, does it take you to the authentic main page? If not, the link is most likely fake.</li>
<li>Does the message begin with something generic, such as “Attention!”, “Danger!” etc? Online banking services are meant to address any mail to you with your full name.</li>
<li>Does the sender e-mail belong to the free e-mail service (gmail.com, yahoo.com, hotmail.com etc)? If it does, this is definitely the fraud – online banking systems are not that poor not to afford themselves their own domain.</li>
<li>Does the email indicate your account will be cancelled or suspended if you do not enter your personal information? See information above.</li>
<li>Does the message contain spelling mistakes or other grammatical errors? This is obvious, dear friends!</li>
</ol>
<p style="text-align: justify;">HQessays.com sincerely wishes your personal data to remain non-violated and reminds that as long as you treat any request as a potential scam you will remain scam free. For more details, please feel free to contact our <a href="http://www.hqessays.com/customer-service/">customer service</a>.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;counturl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;count=horizontal&amp;text=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;counturl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;count=horizontal&amp;text=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.hqessays.com/news/raid-against-online-scammers/','HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers!')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_bookmarks" href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Hotmail" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a href="javascript:print()" title="Print" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/print.png" width="16" height="16" alt="Print"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;linkname=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Fraid-against-online-scammers%2F&amp;title=HQessays.com%20Calls%20On%20To%20Launch%20A%20Raid%20Against%20Online%20Scammers%21" id="wpa2a_12"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hqessays.com/news/raid-against-online-scammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TEST NEWS</title>
		<link>http://www.hqessays.com/news/test-news/</link>
		<comments>http://www.hqessays.com/news/test-news/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 10:17:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.hqessays.com/?p=259</guid>
		<description><![CDATA[<script>
    var order_price_list = {"HS":{"14d":"12.95","10d":"13.95","7d":"14.16","6d":"15.87","5d":"17.90","4d":"18.78","3d":"20.79","48h":"23.20","24h":"28.00","18h":"29.18","12h":"31.58","8h":"32.48","6h":"33.67"},"C":{"14d":"13.74","10d":"14.56","7d":"14.86","6d":"16.60","5d":"18.83","4d":"19.71","3d":"21.63","48h":"24.03","24h":"28.67","18h":"30.05","12h":"32.42","8h":"33.45","6h":"34.71"},"U":{"14d":"14.53","10d":"15.17","7d":"15.98","6d":"17.33","5d":"19.74","4d":"20.64","3d":"22.46","48h":"24.86","24h":"29.34","18h":"31.13","12h":"33.26","8h":"34.38","6h":"35.55"},"U3":{"14d":"15.32","10d":"15.78","7d":"16.26","6d":"18.06","5d":"20.69","4d":"21.57","3d":"23.29","48h":"25.69","24h":"30.01","18h":"32.08","12h":"34.10","8h":"35.33","6h":"36.41"},"U4":{"14d":"16.11","10d":"16.39","7d":"17.01","6d":"18.79","5d":"21.51","4d":"22.52","3d":"24.12","48h":"26.52","24h":"30.68","18h":"33.03","12h":"34.94","8h":"36.45","6h":"37.37"},"M":{"14d":"16.93","10d":"17.01","7d":"17.68","6d":"19.53","5d":"22.40","4d":"23.45","3d":"25.03","48h":"27.37","24h":"31.36","18h":"33.99","12h":"35.80","8h":"37.86","6h":"38.39"},"PhD":{"14d":"19.48","10d":"20.82","7d":"21.98","6d":"22.68","5d":"25.55","4d":"27.73","3d":"28.67","48h":"31.50","24h":"34.78","18h":"38.17","12h":"41.16","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>
    Test  more text
]]></description>
			<content:encoded><![CDATA[<script>
    var order_price_list = {"HS":{"14d":"12.95","10d":"13.95","7d":"14.16","6d":"15.87","5d":"17.90","4d":"18.78","3d":"20.79","48h":"23.20","24h":"28.00","18h":"29.18","12h":"31.58","8h":"32.48","6h":"33.67"},"C":{"14d":"13.74","10d":"14.56","7d":"14.86","6d":"16.60","5d":"18.83","4d":"19.71","3d":"21.63","48h":"24.03","24h":"28.67","18h":"30.05","12h":"32.42","8h":"33.45","6h":"34.71"},"U":{"14d":"14.53","10d":"15.17","7d":"15.98","6d":"17.33","5d":"19.74","4d":"20.64","3d":"22.46","48h":"24.86","24h":"29.34","18h":"31.13","12h":"33.26","8h":"34.38","6h":"35.55"},"U3":{"14d":"15.32","10d":"15.78","7d":"16.26","6d":"18.06","5d":"20.69","4d":"21.57","3d":"23.29","48h":"25.69","24h":"30.01","18h":"32.08","12h":"34.10","8h":"35.33","6h":"36.41"},"U4":{"14d":"16.11","10d":"16.39","7d":"17.01","6d":"18.79","5d":"21.51","4d":"22.52","3d":"24.12","48h":"26.52","24h":"30.68","18h":"33.03","12h":"34.94","8h":"36.45","6h":"37.37"},"M":{"14d":"16.93","10d":"17.01","7d":"17.68","6d":"19.53","5d":"22.40","4d":"23.45","3d":"25.03","48h":"27.37","24h":"31.36","18h":"33.99","12h":"35.80","8h":"37.86","6h":"38.39"},"PhD":{"14d":"19.48","10d":"20.82","7d":"21.98","6d":"22.68","5d":"25.55","4d":"27.73","3d":"28.67","48h":"31.50","24h":"34.78","18h":"38.17","12h":"41.16","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>
    <p>Test <span id="more-259"></span> more text</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;counturl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;count=horizontal&amp;text=TEST%20NEWS" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;counturl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;count=horizontal&amp;text=TEST%20NEWS" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.hqessays.com/news/test-news/','TEST%20NEWS')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Digg" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_bookmarks" href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Hotmail" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a href="javascript:print()" title="Print" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/print.png" width="16" height="16" alt="Print"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;linkname=TEST%20NEWS" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.hqessays.com%2Fnews%2Ftest-news%2F&amp;title=TEST%20NEWS" id="wpa2a_16"><img src="http://www.hqessays.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hqessays.com/news/test-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

