// 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_Img, 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 Ticker_Partner = Ticker_Partner || ''; var Item = '\n'; Item += '
Every day we offer licensed games you\'d have to buy otherwise, for free! Today\'s giveaway is ' + Ticker_Title + '.
'; 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 (4289,2026,4,18,"Gexoid","GEXOID is a fast-paced arcade game with hexagonal crystals, neon graphics and endless gameplay. Control the paddle, bounce the ball and shatter intricate figures made of gemstones — from sparkling hearts to symmetrical stars and butterflies.","https://giveawayoftheday.com/wp-content/uploads/2026/04/4322583cf6eef9511e864e3114d7e0be.jpeg","$5.00","98.4 MB","Windows",0,12,14)); document.write (GAOTD_Ticker_Footer ());