// 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 += '
Every day we also offer licensed games you\'d have to buy otherwise, for free! Today\'s giveaway is '; Item += Ticker_Title; Item += '.
'; Item += '
'; Item += ''; Item += Ticker_Excerpt; Item += '

The program is available for ' + Ticker_Price + ', but is free for the visitors of ' + gaotd_SiteName + ' today.

'; Item += '
'; return Item; } document.write (GAOTD_Ticker_Header ()); document.write (GAOTD_Ticker_Body (3541,2009,7,4,"Funny Creatures","Help Funny Creatures to solve original puzzles in the maze. In this puzzle game you should move colored creatures in the maze. To win you should follow each creature to its home. But it is not very easy to control the creatures because they can move only in a straight line and can not stop until collision with the wall or another creature.","$14.95","1.58 MB","Windows 95, Windows 98, Windows 2000, Windows XP, Windows MeMemory: 32MBDirectX: 6CPU: P 150","http://game.giveawayoftheday.com/wp-content/uploads/2009/06/264_bvlglass_120.jpg",0,19,51)); document.write (GAOTD_Ticker_Footer ());