// 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 += '
Every day we offer licensed software you\'d have to buy otherwise, for free! Today\'s giveaway is ' + Ticker_Title + '.
'; Item += '
'; Item += Ticker_Content; 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 (9435,2009,10,24,"Episode Downloader Deluxe","\"EpisodeEpisode Downloader is designed to help you download free episodes, TV shows and Anime as you want. By entering keywords of the episodes you want to download, you can get a list of related episodes. Then you can choose the best one to download. Highlight of the program is the built-in Episode converter; you can convert Videos, Episodes, and TV Show to any video or audio formats like MP4, AVI, MP3 etc.","","$39.95","12.4 MB","Windows Operating System, Support x32 and x64",0,9,30,"")); document.write (GAOTD_Ticker_Footer ());