function ShowLoading(capa) { $(capa).html("


Loading data
"); } function FormCreator(data) { var info = data.split("#"); var fechas = info[1].split(","); var criterios = info[0].split(","); if (info[0]) { // sin criterios criterioshtml = ""; criterioshtml+= "All/change"; } else { criterioshtml = 'No channels

No channels detected in CSV. We do suggest to use Google Adsense channels in order to distinguish different sources of your earnings, in case you have several adsenses codes in many web pages.
'; } $("#criterios #listacri").html(criterioshtml); $("#adsense_chart").html("
Choose date range and channels for graphs
"); $.datepicker.setDefaults($.datepicker.regional['en']); $('#rangos').datepicker({showOn: 'button', buttonImage: '/img/cal.gif', buttonImageOnly: true, rangeSelect: true, numberOfMonths: 3, stepMonths: 3, prevText: '<< Previous Months', nextText: 'Next Months >>', minDate: new Date(2005, 1 - 1, 26), maxDate: '0d'}); $('#rangos').datepicker('change', {showAnim: "slideDown", speed: "fast"}); $("#cargando").slideUp("slow"); $("#adsense").slideDown("slow"); $().cssCheckbox(); }