$(document).ready(function() {
var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore').prev().append(' (<a href="#" class="readmore">'+showText+'</a>)');
$('.hide1').hide();
$('a.readmore').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide1').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore2').prev().append(' (<a href="#" class="readmore2">'+showText+'</a>)');
$('.hide2').hide();
$('a.readmore2').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide2').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore3').prev().append(' (<a href="#" class="readmore3">'+showText+'</a>)');
$('.hide3').hide();
$('a.readmore3').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide3').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore4').prev().append(' (<a href="#" class="readmore4">'+showText+'</a>)');
$('.hide4').hide();
$('a.readmore4').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide4').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore5').prev().append(' (<a href="#" class="readmore5">'+showText+'</a>)');
$('.hide5').hide();
$('a.readmore5').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide5').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore6').prev().append(' (<a href="#" class="readmore6">'+showText+'</a>)');
$('.hide6').hide();
$('a.readmore6').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide6').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore7').prev().append(' (<a href="#" class="readmore7">'+showText+'</a>)');
$('.hide7').hide();
$('a.readmore7').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide7').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore8').prev().append(' (<a href="#" class="readmore8">'+showText+'</a>)');
$('.hide8').hide();
$('a.readmore8').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide8').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore9').prev().append(' (<a href="#" class="readmore9">'+showText+'</a>)');
$('.hide9').hide();
$('a.readmore9').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide9').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore10').prev().append(' (<a href="#" class="readmore10">'+showText+'</a>)');
$('.hide10').hide();
$('a.readmore10').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide10').slideToggle('slow');
return false;
});

var showText='[Read More]';
var hideText='[Read Less]';
$('.readmore11').prev().append(' (<a href="#" class="readmore11">'+showText+'</a>)');
$('.hide11').hide();
$('a.readmore11').click(function() {
$(this).html ($(this).html()==hideText ? showText : hideText);
$('.hide11').slideToggle('slow');
return false;
});
0


});
