/* external file "myexparmsg.txt" begins */ // begin: Ticker's Parameters - //WIDTH of the Ticker in pixels: set to your own; //"px" unit will automatically be set in the process, so do not write "px"; var exwidth=650; //HEIGHT of the scrolling portion in pixels: set to your own; //"px" unit will automatically be set in the process, so do not write "px"; //if extheight=0 it works as a news ticker with no scrolling; var extheight=0; //HEIGHT of typewriting portion in pixels: set to your own; //"px" unit will automatically be added in the process, so do not write "px"; var exheight=20; //SPEED in milliseconds: 1000=1s; the higher the slower - set your own! var exspeed=40; //PAUSE between messages in milliseconds: 1000=1s; set to your own; var expause = 3000; //PAUSE between messages portions in milliseconds: 1000=1s; set to your own; var exportion = 500; //1.BACKGROUND color for the scrolling portion: //could be like: "#ffff00" or "yellow"; var exsbcolor="#000000"; //1.BACKGROUND color for the typewriting portion: //could be same as above for scrolling portion; var extbcolor="#000000"; //BORDER area: 1, ... ; //set it 0(zero) for no border; var exborder=0; //end Parameters // begin: Ticker's Messages - //Messages: as many as you'd like: set to your own; //Every message MUST be set as a continuous string within '...'; //you may split it by using '+ at ends and then ' at continuations; //Inside any message you MUST use \' in lieu of ' if need be! //Inside any message should you use this special character "<" as text //instead of "less than" - it MUST be followed by space,ex: a< 5 or a < 5; //Also avoid using non-breaking space: "& n b s p ;"; var exsgmg=new Array(); exsgmg[0]='AVVISO! - La grafica del sito è stata aggiornata...'+ '
Per vedere le novità, liberate la cash memory dei vostri browsers e ricaricate le pagine'; exsgmg[1]='SPOT - OSVALDO DI DIO testa la sua Stratosonic con TRAVERSO e LINEA (sezione MULTIMEDIA -> CHITARRA)'; exsgmg[2]='NEWS - Nuovo player audio del sito, compatibile con tutti i browsers, anche per dispositivi mobili'; exsgmg[3]='IMPORTANTE! - Ascoltate gli esempi audio con diffusori HI-FI o cuffie di qualità!'; exsgmg[4]='NEWS - Boccole filettate in ottone per le viti di montaggio implementate su tutta le serie originale per chitarra'; exsgmg[5]='SPOT - DISPONIBILE il nuovo overdrive JANUS (sezione PRODOTTI -> EFX)'; exsgmg[6]='SPOT - DISPONIBILE il nuovo pedale DIRECTOR Active Signal Manager sezione PRODOTTI -> EFX'; exsgmg[7]='NEWS - Nuovo trattamento anticorrosione implementato su tutti i modelli humbucker e su tutti i pickup in neodimio'; exsgmg[8]='NEWS - Sono online le pagine dedicate ai nuovi pedali JANUS e DIRECTOR (sezione PRODOTTI -> EFX)'; // ... //exsgmg[...]='...' //end Messages /* end of external_remote file "myexparmsg.txt" */