// header template
function GAOTD_Ticker_Header ()
{
// edit this to change ticker presentation
var Header = '\n';
Header += '
\n';
return Header;
}
// footer tempate
function GAOTD_Ticker_Footer ()
{
// edit this to change ticker presentation
var Footer = '
\n'
return Footer;
}
// body template
function GAOTD_Ticker_Body (
ID,
Ticker_Year,
Ticker_Month,
Ticker_Day,
Ticker_Title,
Ticker_Content,
Ticker_Excerpt,
Ticker_Price,
Ticker_File_Size,
Ticker_Sys_Req,
Ticker_Days_Left,
Ticker_Hours_Left,
Ticker_Minutes_Left,
Ticker_Partner
)
{
// edit this to change ticker presentation
var Item = '\n';
Item += '';
Item += '';
return Item;
}
document.write (GAOTD_Ticker_Header ());
document.write (GAOTD_Ticker_Body (15092,2010,9,9,"360Amigo System Speedup Pro","
If you think your PC is Slow, help is at hand. 360Amigo System Speedup is a new PC optimization and Error repair utility that dramatically improves the performance of your PC. 360Amigo System Speedup includes a System Cleaner, a System Optimizer and a wide range of System Tools designed exclusively to boost PC performance.","","$19.99","3.48 MB","Windows XP/ Server 2003/ Vista/ Server 2008/ 7 (x32/x64)",0,23,37,"")); document.write (GAOTD_Ticker_Footer ());