/**
 * Section Slider 1.0 - jQuery Powered
 *
 * http://www.webninjapr.com
 *
 * Copyright (c) 2011 Yamir Encarnacion (webninjapr.com)
 * 
 * Functionaliy: Expand/collapse sections.  
 *
 */


$(document).ready(function() {

var qstringparam = $.getURLParam("cx");

if(qstringparam=="\!000812868146689009725\%3Ayecpnar1bia" || 
	qstringparam=="\!000812868146689009725:yecpnar1bia" ||
    qstringparam=="\%21000812868146689009725\%3Ayecpnar1bia" || 
	qstringparam=="\%21000812868146689009725:yecpnar1bia"
	){
	$("#custom").val("000812868146689009725:yecpnar1bia");
	$('#custom').attr('checked', false);
	$("#www").val("!000812868146689009725:yecpnar1bia");
	$('#www').attr('checked', true);
} else {
	$("#custom").val("000812868146689009725:yecpnar1bia");
	$('#custom').attr('checked', true);
	$("#www").val("!000812868146689009725:yecpnar1bia");
	$('#www').attr('checked', false);
 
}



});
