function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++) {
this[i] = initArray.arguments[i];}}
var sptext = "<b>... individual</b> assistance by <b>E-mail</b> and <b>Web  Site Admin</b>";
var sp = 0;
var color_sp = new initArray(
"lime",
"white", 
"red");
if (navigator.appVersion.indexOf("MSIE") != -1)
{blink='<span id="spc">'+sptext+'</span>';}
function chcolor_sp(){ 
if (navigator.appVersion.indexOf("MSIE") != -1)
{document.all.spc.style.color = color_sp[sp];}
(sp < color_sp.length-1) ? sp++ : sp = 0;}
setInterval("chcolor_sp()",1234);
if(navigator.appName == "Netscape") 
{document.write("<blink>"+sptext+"</blink>");}
///////////////////////////////////////////////////////////////////////
//Specify the marquee's width (in pixels)
var marqueewidth=369
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=12
//Specify the marquee's scroll speed (larger is faster)
var speed=2
//Specify the marquee contents

mtc_1='&nbsp;&nbsp;&nbsp;<font color=aquamarine>Subscribe to <b>:</b> <font color=lime><b>www.ics-php.com</b></font> at special rate of &nbsp;<b> € 50</b> on a yearly basis  ... <font color=yellow>Get a CLONE package installed on your server for only € 70</font> &nbsp;&nbsp;&nbsp;...be a <b>global subscriber</b> , for additional &nbsp;<b>€ 175</b> you will get Free Data Access to this javascript website + 250 MB on a Php-dedicated Server <b>and</b> help you to install all required programs <b>and</b> include 7 actions to help around while exercising any of our programs</font>';

mtc_2=blink;
mtc_3='&nbsp;&nbsp;&nbsp;&nbsp;...?&nbsp;&nbsp;&nbsp;&nbsp;';

var marqueecontents=mtc_1+mtc_2;
if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.left >=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}}
window.onload=regenerate2
