ZoTrans News (Headlines)

.morehl {
font-family: Avenir,Verdana,Gevena,Arial,sans-serif !important;
font-size: 11px !important;
color: #0D3692 !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
}

A:link.morehl, A:vlink.morehl, A:alink.morehl {
color: #0D3692 !important;
}

.moresrc {
font-family: Avenir,Verdana,Gevena,Arial,sans-serif !important;
font-size: 9px !important;
color: #000000 !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
}

A:link.moresrc, A:vlink.moresrc, A:alink.moresrc {
color: #000000 !important;
}

.moreti {
font-family: Avenir,Verdana,Gevena,Arial,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.morehlt {
font-family: Avenir,Verdana,Gevena,Arial,sans-serif;
font-size: 11px;
color: #0D3692 !important;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

function load_wizard()
{

var newwin = window.open(”",”clone”,”resizable,scrollbars”);
document.forms.moreover_clone.submit();
return false;
}
// –>


global_article[global_article_counter].url += “‘ TARGET=’_blank”;
global_article[global_article_counter].document_url += “‘ TARGET=’_blank”;
global_article_counter++;
}
}
// –>

// Start loop for articles
for (var counter=0; counter < numberofarticles; counter++)
{

if ((counter == (global_article.length - 1)) && moreover_text == 1)
{
time_display = “No”;
}

// Print out the headline
document.write(”“);
document.write(global_article[counter].headline_text+”…
“);

// Print out the source
if ((counter != (global_article.length - 1)) || moreover_text != 1)
{

document.write(”“);
document.write(global_article[counter].source+”
 “);

}

// Print out reg/sub/prem if appropriate
if (global_article[counter].access_status == “sub” || global_article[counter].access_status == “reg” || global_article[counter].access_status == “prem”)
{
document.write(”“);
document.write(global_article[counter].access_status+”
 “);
}

// Print out the harvest time
if (time_display == “Yes” && global_article[counter].harvest_time != “”)
{
// Make a new date object
time[counter] = new Date(global_article[counter].harvest_time);
time[counter].setHours(time[counter].getHours() - (time[counter].getTimezoneOffset() / 60 ));
document.write(” “+time[counter].toString()+”
 
“);
}
else
{
document.write(”
 
“);
}

} // End of article loop

// Start of clone button code //
// NOTE: DO NOT REMOVE any of the code in this section //
document.write(”

“);
document.write(”“);
document.write(”“);
document.write(”“);
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)
document.write(”“)

document.write(”

“);
// End of clone button code //

// ************************************************************************************
// This code is subject to the copyright and warranty restrictions detailed at
// http://www.moreover.com/wizard_copyright.html
// Copyright 2004 Moreover Technologies. All rights reserved.
// *************************************************************************************
}
// –>