

<script type="text/javascript" src="/static/js/analytics.js" ></script>
<link type="text/css" rel="stylesheet" href="/static/css/banner_styles.css"/>




<!-- BEGIN WAYBACK TOOLBAR INSERT -->
<script> if (window.archive_analytics) { window.archive_analytics.values['server_name']="wwwb-app16.us.archive.org";}; </script>

<script type="text/javascript" src="/static/js/disclaim_element.js" ></script>
<script type="text/javascript" src="/static/js/graph_calc.js" ></script>
<script type="text/javascript" src="/static/jflot/jquery.min.js" ></script>
<script type="text/javascript">
//<![CDATA[
var firstDate = 820454400000;
var lastDate = 1420070399999;
var wbPrefix = "/web/";
var wbCurrentUrl = "http:\/\/www.exilebooks.org\/en\/2008\/01\/derrick-jensen-on-civilization-as-pathology-collapse-resilience-and-resistance\/";

var curYear = -1;
var curMonth = -1;
var yearCount = 18;
var firstYear = 1996;
var imgWidth = 475;
var yearImgWidth = 25;
var monthImgWidth = 2;
var trackerVal = "none";
var displayDay = "6";
var displayMonth = "Sep";
var displayYear = "2012";
var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];

function showTrackers(val) {
	if(val == trackerVal) {
		return;
	}
	if(val == "inline") {
		document.getElementById("displayYearEl").style.color = "#ec008c";
		document.getElementById("displayMonthEl").style.color = "#ec008c";
		document.getElementById("displayDayEl").style.color = "#ec008c";		
	} else {
		document.getElementById("displayYearEl").innerHTML = displayYear;
		document.getElementById("displayYearEl").style.color = "#ff0";
		document.getElementById("displayMonthEl").innerHTML = displayMonth;
		document.getElementById("displayMonthEl").style.color = "#ff0";
		document.getElementById("displayDayEl").innerHTML = displayDay;
		document.getElementById("displayDayEl").style.color = "#ff0";
	}
   document.getElementById("wbMouseTrackYearImg").style.display = val;
   document.getElementById("wbMouseTrackMonthImg").style.display = val;
   trackerVal = val;
}
function getElementX2(obj) {
	var thing = jQuery(obj);
	if((thing == undefined) 
			|| (typeof thing == "undefined") 
			|| (typeof thing.offset == "undefined")) {
		return getElementX(obj);
	}
	return Math.round(thing.offset().left);
}
function trackMouseMove(event,element) {

   var eventX = getEventX(event);
   var elementX = getElementX2(element);
   var xOff = eventX - elementX;
	if(xOff < 0) {
		xOff = 0;
	} else if(xOff > imgWidth) {
		xOff = imgWidth;
	}
   var monthOff = xOff % yearImgWidth;

   var year = Math.floor(xOff / yearImgWidth);
	var yearStart = year * yearImgWidth;
   var monthOfYear = Math.floor(monthOff / monthImgWidth);
   if(monthOfYear > 11) {
       monthOfYear = 11;
   }
   // 1 extra border pixel at the left edge of the year:
   var month = (year * 12) + monthOfYear;
   var day = 1;
	if(monthOff % 2 == 1) {
		day = 15;
	}
	var dateString = 
		zeroPad(year + firstYear) + 
		zeroPad(monthOfYear+1,2) +
		zeroPad(day,2) + "000000";

	var monthString = prettyMonths[monthOfYear];
	document.getElementById("displayYearEl").innerHTML = year + 1996;
	document.getElementById("displayMonthEl").innerHTML = monthString;
	// looks too jarring when it changes..
	//document.getElementById("displayDayEl").innerHTML = zeroPad(day,2);

	var url = wbPrefix + dateString + '/index.html' +  wbCurrentUrl;
	document.getElementById('wm-graph-anchor').href = url;

   //document.getElementById("wmtbURL").value="evX("+eventX+") elX("+elementX+") xO("+xOff+") y("+year+") m("+month+") monthOff("+monthOff+") DS("+dateString+") Moy("+monthOfYear+") ms("+monthString+")";
   if(curYear != year) {
       var yrOff = year * yearImgWidth;
       document.getElementById("wbMouseTrackYearImg").style.left = yrOff + "px";
       curYear = year;
   }
   if(curMonth != month) {
       var mtOff = year + (month * monthImgWidth) + 1;
       document.getElementById("wbMouseTrackMonthImg").style.left = mtOff + "px";
       curMonth = month;
   }
}
//]]>
</script>

<style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style>
<div id="wm-ipp" lang="en" class="__wb_banner_div" style="display:none; position:relative;padding:0 5px;min-height:70px;min-width:800px">


<div id="wm-ipp-inside" class="__wb_banner_div" style="position:fixed;padding:0!important;margin:0!important;width:97%;min-width:780px;border:5px solid #000;border-top:none;background-image:url(/static/images/toolbar/wm_tb_bk_trns.png);text-align:center;-moz-box-shadow:1px 1px 3px #333;-webkit-box-shadow:1px 1px 3px #333;box-shadow:1px 1px 3px #333;font-size:11px!important;font-family:'Lucida Grande','Arial',sans-serif!important;">
   <table style="border-collapse:collapse;margin:0;padding:0;width:100%;"><tbody><tr>
   <td style="padding:10px;vertical-align:top;min-width:110px;">
   <a href="/web/" title="Wayback Machine home page" style="background-color:transparent;border:none;"><img src="/static/images/toolbar/wayback_toolbar_logo.png" alt="Wayback Machine" width="110" height="39" border="0"/></a>
   </td>
   <td style="padding:0!important;text-align:center;vertical-align:top;width:100%;">

       <table style="border-collapse:collapse;margin:0 auto;padding:0;width:570px;"><tbody><tr>
       <td style="padding:3px 0;" colspan="2">
       <form target="_top" method="get" action="/web/form-submit.jsp" name="wmtb" id="wmtb" style="margin:0!important;padding:0!important;"><input type="text" name="url" id="wmtbURL" value="/en/2008/01/derrick_jensen_on_civilization_as_pathology_collapse_resilience_and_resistance/index.css" style="width:400px;font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;" onfocus="javascript:this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20120906035527" /><input type="submit" value="Go" style="font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;margin-left:5px;width: inherit !important" /><span id="wm_tb_options" style="display:block;"></span></form>
       </td>
       <td style="vertical-align:bottom;padding:5px 0 0 0!important;" rowspan="2">
           <table style="border-collapse:collapse;width:110px;color:#99a;font-family:'Helvetica','Lucida Grande','Arial',sans-serif;"><tbody>
			
           <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
           <tr style="width:110px;height:16px;font-size:10px!important;">
           	<td style="padding-right:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
                       Aug
                       
               </td>
               <td id="displayMonthEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight:bold;text-transform:uppercase;width:34px;height:15px;padding-top:1px;text-align:center;" title="You are here: 3:55:27 Sep 6, 2012">SEP</td>
				<td style="padding-left:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
                       Oct
                       
               </td>
           </tr>

           <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
           <tr>
               <td style="padding-right:9px;white-space:nowrap;overflow:visible;text-align:right!important;vertical-align:middle!important;" nowrap="nowrap">
               
                       <img src="/static/images/toolbar/wm_tb_prv_off.png" alt="Previous capture" width="14" height="16" border="0" />
                       
               </td>
               <td id="displayDayEl" style="background:#000;color:#ff0;width:34px;height:24px;padding:2px 0 0 0;text-align:center;font-size:24px;font-weight: bold;" title="You are here: 3:55:27 Sep 6, 2012">6</td>
				<td style="padding-left:9px;white-space:nowrap;overflow:visible;text-align:left!important;vertical-align:middle!important;" nowrap="nowrap">
               
                       <img src="/static/images/toolbar/wm_tb_nxt_off.png" alt="Next capture" width="14" height="16" border="0"/>
                       
			    </td>
           </tr>

           <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
           <tr style="width:110px;height:13px;font-size:9px!important;">
				<td style="padding-right:9px;font-size:11px!important;font-weight: bold;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
                       2011
                       
               </td>
               <td id="displayYearEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight: bold;padding-top:1px;width:34px;height:13px;text-align:center;" title="You are here: 3:55:27 Sep 6, 2012">2012</td>
				<td style="padding-left:9px;font-size:11px!important;font-weight: bold;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
                       2013
                       
				</td>
           </tr>
           </tbody></table>
       </td>

       </tr>
       <tr>
       <td style="vertical-align:middle;padding:0!important;">
           <a href="/en/2008/01/derrick_jensen_on_civilization_as_pathology_collapse_resilience_and_resistance/index.css" style="color:#33f;font-size:11px;font-weight:bold;background-color:transparent;border:none;" title="See a list of every capture for this URL"><strong>1 captures</strong></a>
           <div class="__wb_banner_div" style="margin:0!important;padding:0!important;color:#666;font-size:9px;padding-top:2px!important;white-space:nowrap;" title="Timespan for captures of this URL">6 Sep 12 - 6 Sep 12</div>
       </td>
       <td style="padding:0!important;">
       <a style="position:relative; white-space:nowrap; width:475px;height:27px;" href="" id="wm-graph-anchor">
       <div class="__wb_banner_div" id="wm-ipp-sparkline" style="position:relative; white-space:nowrap; width:475px;height:27px;background-color:#fff;cursor:pointer;border-right:1px solid #ccc;" title="Explore captures for this URL">
			<img id="sparklineImgId" style="position:absolute; z-index:9012; top:0px; left:0px;"
				onmouseover="showTrackers('inline');" 
				onmouseout="showTrackers('none');"
				onmousemove="trackMouseMove(event,this)"
				alt="sparklines"
				width="475"
				height="27"
				border="0"
				src="graph.jsp?graphdata=475_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:-1:000000000000_2011:-1:000000000000_2012:8:000000001000_2013:-1:000000000000_2014:-1:000000000000"></img>
			<img id="wbMouseTrackYearImg" 
				style="display:none; position:absolute; z-index:9010;"
				width="25" 
				height="27"
				border="0"
				src="/static/images/toolbar/transp_yellow_pixel.png"></img>
			<img id="wbMouseTrackMonthImg"
				style="display:none; position:absolute; z-index:9011; " 
				width="2"
				height="27" 
				border="0"
				src="/static/images/toolbar/transp_red_pixel.png"></img>
       </div>
		</a>

       </td>
       </tr></tbody></table>
   </td>
   <td style="text-align:right;padding:5px;width:65px;font-size:11px!important;">
       <a href="javascript:;" onclick="document.getElementById('wm-ipp').style.display='none';" style="display:block;padding-right:18px;background:url(/static/images/toolbar/wm_tb_close.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;margin-bottom:23px;background-color:transparent;border:none;" title="Close the toolbar">Close</a>
       <a href="http://faq.web.archive.org/" style="display:block;padding-right:18px;background:url(/static/images/toolbar/wm_tb_help.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;background-color:transparent;border:none;" title="Get some help using the Wayback Machine">Help</a>
   </td>
   </tr></tbody></table>

</div>
</div>
<script type="text/javascript">
 var wmDisclaimBanner = document.getElementById("wm-ipp");
 if(wmDisclaimBanner != null) {
   disclaimElement(wmDisclaimBanner);
 }
</script>
<!-- END WAYBACK TOOLBAR INSERT -->
<DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Buy Epivir Without Prescription &raquo; Don't Wait! ORDER The CHEAPEST MEDICATIONS NOW</title>

<meta name="generator" content="WordPress 3.4.1" /> <!-- leave this for stats -->

<link rel="stylesheet" href="/en/wp_content/themes/exilebooks_purple/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Buy Female Pink Viagra Without Prescription &raquo; Don't Wait! ORDER The CHEAPEST MEDICATIONS NOW RSS Feed" href="/en/feed/index.html" />
<link rel="pingback" href="/en/xmlrpc.html" />

<link rel='stylesheet' id='contact-form-7-css'  href='/en/wp_content/plugins/contact_form_7/includes/css/styles_ver_3.2.css' type='text/css' media='all' />
<script type='text/javascript' src='/en/wp_includes/js/jquery/jquery_ver_1.7.2.js'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="/en/xmlrpc_rsd_.html" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/en/wp_includes/wlwmanifest.xml" /> 
<link rel='prev' title='Buy Epivir Without Prescription' href='/en/2008/01/no_olympics_on_stolen_land_great_lakes_east_coast_speaking_tour/index.html' />
<link rel='next' title='Buy Epivir Without Prescription' href='/en/2008/01/capital_punishment_2010_punishing_capitalism_and_punishing_the_capital/index.html' />
<meta name="generator" content="WordPress 3.4.1" />
<link rel='canonical' href='/en/2008/01/derrick_jensen_on_civilization_as_pathology_collapse_resilience_and_resistance/index.css' />
<link rel='shortlink' href='/en/index_p_78.html' />

	<!-- Added by EventCalendar plugin. Version 3.1.4 -->
	<script type='text/javascript' src='/en/wp_content/plugins/event_calendar/xmlhttprequest.js'></script>
	<script type='text/javascript' src='/en/wp_content/plugins/event_calendar/ec3.js'></script>
	<script type='text/javascript'><!--
	ec3.start_of_week=0;
	ec3.month_of_year=new Array('January','February','March','April','May','June','July','August','September','October','November','December');
	ec3.month_abbrev=new Array('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
	ec3.myfiles='http://www.exilebooks.org/en/wp-content/plugins/event-calendar';
	ec3.home='http://www.exilebooks.org/en';
	ec3.hide_logo=1;
	ec3.viewpostsfor="View posts for %1$s %2$s";
	// --></script>

<style type='text/css' media='screen'>
@import url(/en/wp_content/plugins/event_calendar/ec3.css);
.ec3_ec {
 background-image:url(/en/wp_content/plugins/event_calendar/ec.png) !IMPORTANT;
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/en/wp_content/plugins/event_calendar/ec.png');
}
#ec3_shadow0 {
 background-image:url(/en/wp_content/plugins/event_calendar/shadow0.png) !IMPORTANT;
 background-image:none;
}
#ec3_shadow0 div {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/en/wp_content/plugins/event_calendar/shadow0.png',sizingMethod='scale');
}
#ec3_shadow1 {
 background-image:url(/en/wp_content/plugins/event_calendar/shadow1.png) !IMPORTANT;
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/en/wp_content/plugins/event_calendar/shadow1.png',sizingMethod='crop');
}
#ec3_shadow2 {
 background-image:url(/en/wp_content/plugins/event_calendar/shadow2.png) !IMPORTANT;
 background-image:none;
}
#ec3_shadow2 div {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/en/wp_content/plugins/event_calendar/shadow2.png',sizingMethod='scale');
}
</style>

</head>
<body>
<div id="page">


<div id="header">
<a href="/en/index.html"><img src="/images/logo.gif" width="185" height="136" alt="EXILE Infoshop Logo" class="alignleft"></a>
	<div id="headerimg">
<h1><a href="/en/index.html"><img src="/images/head_en/header.html" width="530" height="80" alt="EXILE Infoshop"></a></h1>
	</div>
</div>
<hr />

	<div id="content" class="widecolumn">

	
		<div class="navigation">
			<div class="alignleft">&laquo; <a href="/en/2008/01/no_olympics_on_stolen_land_great_lakes_east_coast_speaking_tour/index.html" rel="prev">Buy Epivir Without Prescription</a></div>
			<div class="alignright"><a href="/en/2008/01/capital_punishment_2010_punishing_capitalism_and_punishing_the_capital/index.html" rel="next">Buy Epivir Without Prescription</a> &raquo;</div>
		</div>

		<div class="post" id="post-78">
			<h2><a href="/en/2008/01/derrick_jensen_on_civilization_as_pathology_collapse_resilience_and_resistance/index.css" rel="bookmark" title="Permanent Link: Buy Epivir Without Prescription">Buy Epivir Without Prescription</a></h2>

			<div class="entry">
				<!-- GООООООО --><p> <b>Buy epivir without prescription</b>, OPIRG-Carleton Presents:<br />
DERRICK JENSEN on 'Civilization as Pathology: Collapse, Resilience and Resistance'</p>
<p>January 30th, 2008 @ 7:00pm<br />
Carleton University - 301 Azrieli Theatre<br />
Map: http://www2.carleton.ca/campus/</p>
<p>Tickets: $5 - $20 (sliding scale, with no one denied a ticket for<br />
financial reasons)</p>
<p>Tickets Available at:<br />
OPIRG-Carleton (326 Unicentre, Carleton University) and Exile Infoshop<br />
(256 Bank St., Suite 203)<br />
TICKETS ON SALE *NOW*</p>
<p>Activist, small farmer, teacher, and philosopher Derrick Jensen seamlessly<br />
weaves together the threads that connect different forms of oppression and<br />
domination, from racial and class domination, to technology and<br />
surveillance, to domestic violence and abuse, to ecological devastation<br />
and global climate change, to form a cohesive narrative about the inherent<br />
destructiveness of the cultural forms we know as "civilization." Therein,<br />
Jensen sees the roots of the current global ecological crisis, and the<br />
possibilities for determined and effective resistance to it.</p>
<p>In Jensen's book Endgame he asks: "Do you believe that this culture will<br />
undergo a voluntary transformation to a sane and sustainable way of<br />
living?" Nearly everyone he talks to says no, <b>order cheap epivir online</b>.  <b>Epivir no online prescription</b>, His next question is: "How<br />
would this understanding â€” that this culture will not voluntarily stop<br />
destroying the natural world, eliminating indigenous cultures, <b>order epivir online</b>, <b>Cheap epivir without prescription</b>, exploiting<br />
the poor, and killing those who resist â€” shift our strategy and tactics, <b>order no rx epivir</b>.  <b>Cheap price epivir</b>, The answer. Nobody knows, <b>online epivir</b>, <b>Buy epivir no rx</b>, because we never talk about it: weâ€™re too busy<br />
pretending the culture will undergo a magical transformation." Endgame, he<br />
says, <b>epivir pharmacy online</b>, <b>Buy epivir overnight delivery</b>, is "about that shift in strategy, and in tactics, <b>find epivir</b>.  <b>Epivir online pharmacy</b>, And this talk will<br />
also focus on that, and the possibilities for the birth and rebirth of<br />
different ways of perceiving and being in the world, <b>order cheap epivir</b>.  Cheap epivir in uk.  Real epivir without prescription.  Epivir australia.  Buying epivir online.  Order epivir cheap online.  Buy epivir.  Epivir tablet.  Cheap epivir no prescription.  Discount epivir without prescription.  Find epivir no prescription required.  Epivir without a prescription.  Epivir vendors.  Cheapest epivir prices.  Buy epivir online australia.  Epivir cheapest price.  Order epivir no prescription.  Purchase epivir no rx.  Order epivir no prescription required.  Cheap epivir from uk.  Order epivir from us.  Cheapest generic epivir.  No rx epivir.  Cheap epivir in usa.  Epivir discount.  Buying generic epivir.  Discount epivir.  Buy epivir in canada.</p>
<p></p>
<p><b>Similar posts:</b> <a href='/en/index_p_920.html'>Buy viagra super active+ without prescription</a>. <a href='/en/index_p_918.html'>Buy yagara (herbal viagra) without prescription</a>. <a href='/en/index_p_913.html'>Buy black cialis without prescription</a>. <a href='/en/index_p_900.html'>Buy cialis without prescription</a>. <a href='/en/index_p_887.html'>Buy cialis jelly without prescription</a>. <a href='/en/index_p_884.html'>Buy cialis professional without prescription</a>. <a href='/en/index_p_879.html'>Buy cialis soft tabs without prescription</a>. <a href='/en/index_p_875.html'>Buy cialis super active+ without prescription</a>. <a href='/en/index_p_872.html'>Buy female cialis without prescription</a>. <a href='/en/index_p_866.html'>Buy tramadol without prescription</a>.<br />
<b>Trackbacks from:</b> <a href='http://retinosis.org/?p=889'>Buy epivir without prescription</a>. <a href='http://retinosis.org/?p=368'>Mirapex online without prescription</a>. <a href='http://www.hydroassoc.org/?p=3963'>Buy avelox without prescription</a>. <a href='http://retinosis.org/?p=173'>Premarin without prescription</a>. <a href='http://retinosis.org/?p=1270'>Januvia without prescription</a>. <a href='http://www.dctojerusalem.com/?p=23'>Buy viagra without prescription</a>. <a href='http://www.hydroassoc.org/?p=4161'>Buy anexil without prescription</a>. <a href='http://blog.blisswarrior.com/?p=174'>Buy estradiol valerate without prescription</a>. <a href='http://retinosis.org/?p=217'>Xenical without prescription</a>. <a href='http://www.hydroassoc.org/?p=1551'>Buy invega without prescription</a>.</p>

				
				<p class="postmetadata alt">
					<small>
						This entry was posted
												on Sunday, January 13th, 2008 at 11:31 pm						and is filed under <a href="/en/category/events/index.html" title="View all posts in Events" rel="category tag">Events</a>.
						You can follow any responses to this entry through the <a href='/en/2008/01/derrick_jensen_on_civilization_as_pathology_collapse_resilience_and_resistance/feed/index.html'>RSS 2.0</a> feed.

													Both comments and pings are currently closed.

						
					</small>
				</p>

			</div>
		</div>

	
<!-- You can start editing here. -->


			<!-- If comments are closed. -->
		<p class="nocomments">Comments are closed.</p>

	


	
	</div>

<hr />
<div id="footer">
	<p>
		Buy Female Pink Viagra Without Prescription &raquo; Don't Wait! ORDER The CHEAPEST MEDICATIONS NOW is powered by
		<a href="http://wordpress.org/">WordPress</a>.
		<!-- 21 queries. 0.682 seconds. -->
	</p>
</div>
</div>


		<script type='text/javascript' src='/en/wp_content/plugins/contact_form_7/includes/js/jquery.form_ver_3.09.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"http://www.exilebooks.org\/en\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."};
/* ]]> */
</script>
<script type='text/javascript' src='/en/wp_content/plugins/contact_form_7/includes/js/scripts_ver_3.2.js'></script>
</body>
</html>





<!--
     FILE ARCHIVED ON 3:55:27 Sep 6, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 8:35:03 Apr 4, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
