// 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_Excerpt,
Ticker_Price,
Ticker_File_Size,
Ticker_Sys_Req,
Ticker_Screenshot,
Ticker_Days_Left,
Ticker_Hours_Left,
Ticker_Minutes_Left
)
{
// edit this to change ticker presentation
var Item = '\n';
Item += '';
Item += '';
return Item;
}
document.write (GAOTD_Ticker_Header ());
document.write (GAOTD_Ticker_Body (3964,2009,11,7,"Trick Ball","Did you enjoy pool, bowling, pinball and arcanoid? Play Trick Ball and have it all! You strike the balls and marbles of all colors with your player's disk to match them and to remove them from the board! Different levels have different physics - different tiles and backgrounds move the balls and marbles in special ways - make them speed up, slow down, explode.","$12.95","5.15 MB","Windows 95/98/Me/2000/XP, PC 500 MHz+, 32MB RAM, OpenGL","http://game.giveawayoftheday.com/wp-content/uploads/2007/01/trick_ball.gif",0,15,54));
document.write (GAOTD_Ticker_Footer ());