// 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 += '
À chaque jour nous offrons des logiciels payants qu\'autrement vous auriez à acheter, gratuitement! Le logiciel du jour est ' + Ticker_Title + '.
'; Item += '
'; Item += Ticker_Content; Item += '

Le programme est disponible pour ' + Ticker_Price + ' mais est aujourd\'hui gratuit pour les visiteurs de ' + gaotd_SiteName + '.

'; Item += '
'; return Item; } document.write (GAOTD_Ticker_Header ()); document.write (GAOTD_Ticker_Body (3485,2009,11,20,"EASEUS Partition Master 4.1.1 Professional Edition","\"\"EASEUS Partition Master is comprehensive hard disk partition management tool and system partition optimization software, Professional Edition can let you enjoy all the powerful basic and advanced partition functions. It is especially for business users who run Windows XP/Vista/Windows 7 x32 and x64 and want to optimize the disk usage and better manage disk space. More advanced than Home Edition, it can help you create bootable CD/DVD in case of system boot failure.","","$ 31.96","42.6 MB","Windows 2000/XP/Vista/Windows 7 (x32 and x64)",0,5,52,"")); document.write (GAOTD_Ticker_Footer ());