/*
 * SkinManager 1.0
 * By Alejandro Caballero
 * acaballero@wau.com
 *
 * This script is an array of elements to be shown
 * in specific places of the page given a specific date range.
*/

// Containers
var skin_dates        = new Array();
var skin_files        = new Array();
var skin_paths        = new Array();
var skin_htmlcodes    = new Array();
var skin_temp_counter = 0;

// Constants
var skin_logo           = 0;
var skin_flash_teaser   = 1;
var skin_hot_1          = 2;
var skin_hot_1a         = 3;
var skin_hot_2          = 4;
var skin_hot_2a         = 5;
var skin_hot_2b         = 6;
var skin_hot_3          = 7;
var skin_hot_3b         = 8;
var skin_navend         = 9;

var skin_dimensions = new Array();
skin_dimensions[skin_logo]          = "210x168";
skin_dimensions[skin_flash_teaser]  = "750x210";
skin_dimensions[skin_hot_1]         = "316x242";
skin_dimensions[skin_hot_1a]        = "316x242";
skin_dimensions[skin_hot_2]         = "118x242";
skin_dimensions[skin_hot_2a]        = "118x242";
skin_dimensions[skin_hot_2b]        = "118x242";
skin_dimensions[skin_hot_3]         = "316x242";
skin_dimensions[skin_hot_3b]        = "316x242";
skin_dimensions[skin_navend]        = "210x170";

//////////////////////
// Default campaign //
//////////////////////

skin_temp_counter = 0;

skin_dates[skin_temp_counter]                       = "/";
skin_paths[skin_temp_counter]                       = skin_basepath + "_default/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "menu_logo_mc1.gif";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_170.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();

///////////////
// Xmas 2006 //
///////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2006-12-18/2006-12-28";
skin_paths[skin_temp_counter]                       = skin_basepath + "2006_navidad/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "santa.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "nav_column_bottom.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();

///////////////////
// New year 2007 //
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2006-12-29/2007-01-01";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_anonuevo/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "new_year_.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_170.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();

//////////////////////
// Reyes magos 2007 //
//////////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-01-02/2007-01-07";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_reyes/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "logo.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_170.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();

//////////////////////
// Valentine's 2007 //
//////////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-02-01/2007-02-19";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_valentines/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "sn_valentin.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_170.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();

////////////////////////////
// Dia de la bandera 2007 //
////////////////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-02-22/2007-02-24";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_bandera/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "bandera.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();

////////////////
// Primavera  //
////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-03-01/2007-04-15";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_primavera/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "primavera_mc.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_170.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();

///////////////
// Kids day  //
///////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-04-01/2007-04-30";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_kidsday/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "abril_mc.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom.jpg";
skin_htmlcodes[skin_temp_counter]                   = new Array();

///////////////////
// Mother's day  //
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-05-01/2007-05-11";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_mothers_day/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "madres_mc_f.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../universal_master.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom.jpg";
skin_htmlcodes[skin_temp_counter]                   = new Array();

///////////////////
// Techers' day  //
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-05-12/2007-05-15";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_dia_del_maestro/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "maestro_mc_f.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../universal_master.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom.jpg";
skin_htmlcodes[skin_temp_counter]                   = new Array();

///////////////////
// Independence Day  //
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-09-12/2007-09-26";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_independencia/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "septiembre.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../universal_master.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_170.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();




///////////////////
// Halloween 2007//
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2007-10-29/2007-11-03";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_halloween/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "halloween_mc_f.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_halloween.gif";
skin_htmlcodes[skin_temp_counter]   		    = new Array();


///////////////////
// Valentines 2008//
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2008-02-06/2008-02-16";
skin_paths[skin_temp_counter]                       = skin_basepath + "2008_valentines/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "sn_valentin.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom.jpg";
skin_htmlcodes[skin_temp_counter]   		    = new Array();


///////////////////
// Independence Day 08  //
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2008-09-03/2008-09-28";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_independencia/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "septiembre.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_170.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();




///////////////////
// Halloween 2008//
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2008-10-20/2008-11-03";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_halloween/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "halloween_mc_f.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_halloween.gif";
skin_htmlcodes[skin_temp_counter]   		    = new Array();




///////////////////
// Independence Day 09  //
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2009-09-07/2009-09-28";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_independencia/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "septiembre.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_170.gif";
skin_htmlcodes[skin_temp_counter]                   = new Array();


///////////////////
// Halloween 2009//
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2009-10-01/2009-11-03";
skin_paths[skin_temp_counter]                       = skin_basepath + "2007_halloween/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "halloween_mc_f.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom_halloween.gif";
skin_htmlcodes[skin_temp_counter]   		    = new Array();



///////////////////
// Valentines 2010//
///////////////////

skin_temp_counter++;

skin_dates[skin_temp_counter]                       = "2010-02-06/2010-02-16";
skin_paths[skin_temp_counter]                       = skin_basepath + "2010_valentines/";
skin_files[skin_temp_counter]                       = new Array();
skin_files[skin_temp_counter][skin_logo]            = "sn_valentin.swf";
skin_files[skin_temp_counter][skin_flash_teaser]    = "../banner.swf";
skin_files[skin_temp_counter][skin_hot_1]           = "hot_01.gif";
skin_files[skin_temp_counter][skin_hot_1a]          = "hot_01a.gif";
skin_files[skin_temp_counter][skin_hot_2]           = "hot_02.gif";
skin_files[skin_temp_counter][skin_hot_2a]          = "hot_02a.gif";
skin_files[skin_temp_counter][skin_hot_2b]          = "hot_02b.gif";
skin_files[skin_temp_counter][skin_hot_3]           = "hot_03.gif";
skin_files[skin_temp_counter][skin_hot_3b]          = "hot_03b.gif";
skin_files[skin_temp_counter][skin_navend]          = "bg_left_bom.jpg";
skin_htmlcodes[skin_temp_counter]   		    = new Array();


///////////////////////////////
// Let's sort based on dates //
///////////////////////////////

skin_dates.sort();

///////////////////////////////
// Let's build the HTML code //
///////////////////////////////

for(skin_being_analyzed = 0; skin_being_analyzed < skin_dates.length; skin_being_analyzed++) {
    
    for(this_file = 0; this_file <= 9; this_file++) {
        
        var html_code = "";
        var extension_archivo = skin_files[skin_being_analyzed][this_file].substring(skin_files[skin_being_analyzed][this_file].length - 3);
        // document.write(extension_archivo + "<br>\n");
        var dimensions = skin_dimensions[this_file].split("x");
        this_file_width = dimensions[0];
        this_file_height = dimensions[1];
        if(extension_archivo == "swf") {
            html_code = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ' + 
                        'codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ' +
                        'width="' + this_file_width + '" height="' + this_file_height + '">' + 
                        '<param name="movie" value="' + skin_paths[skin_being_analyzed] + skin_files[skin_being_analyzed][this_file] + '">' +
                        '<param name="quality" value="high">' +
                        '<param name="allowScriptAccess" value="always">' +
                        '<embed src="' + skin_paths[skin_being_analyzed] + skin_files[skin_being_analyzed][this_file] + '" ' +
                        'quality=high ' +
                        'width="' + this_file_width + '" height="' + this_file_height + '" type="application/x-shockwave-flash" ' +
                        'pluginspace="http://www.adobe.com/go/getflashplayer" allowScriptAccess="always"></embed></object>';
        } else {
        	if(this_file == skin_logo) {
	            html_code = '<a href="/"><img src="' + skin_paths[skin_being_analyzed] + skin_files[skin_being_analyzed][this_file] + 
	                        '" width="' + this_file_width + '" height="' + this_file_height + '" alt=""></a>';
        	} else {
	            html_code = '<img src="' + skin_paths[skin_being_analyzed] + skin_files[skin_being_analyzed][this_file] + 
	                        '" width="' + this_file_width + '" height="' + this_file_height + '" alt="">';
        	} // end if
        } // end if
        skin_htmlcodes[skin_being_analyzed][this_file] = html_code;
        
    } // end for
    
} // end for

////////////////////////
// selection function //
////////////////////////

// Let's select the default skin
var skin_to_show = 0;

// Now let's select the skin that falls today
// In this loop we skip the default campaign
for(c = 1; c < skin_dates.length; c++) {
    
    var temp_this_date = new Date();
    var temp_month     = temp_this_date.getMonth() + 1;
    var temp_day       = temp_this_date.getDate();
    
    if(temp_month < 10) temp_month = "0" + temp_month;
    if(temp_day   < 10) temp_day   = "0" + temp_day;
    
    var this_date = temp_this_date.getFullYear() + "-" + temp_month + "-" + temp_day;
    var array_elements = skin_dates[c].split("/");
    var date_from = array_elements[0];
    var date_to   = array_elements[1];
    
    // document.write("fecha := " + this_date + " from: " + date_from + " to: " + date_to + "<br>\n");
    
    if(this_date >= date_from && this_date <= date_to) {
        skin_to_show = c;
        break;
    } // end if
    
} // end for

/////////
// EOF //
/////////
