var urlAddress = "http://www.giveawayoftheday.com/freeware/";
var pageName = "Giveaway Freeware Library";
function addToFavorites()
{
  if (window.external)
    window.external.AddFavorite(urlAddress, pageName);
  else
    alert("Sorry! Your browser doesn't support this function.");
}

/*function info(id, downloads, platforms, author, homepage, file_size, release_date, thumbnail_url, download_url, program_url, num_comments, category, category_url, subcategory, subcategory_url, rating_html)
{


  if (document.getElementById('info-' + id)) document.getElementById('info-' + id).innerHTML = info;
  if (document.getElementById('info-full-' + id)) document.getElementById('info-full-' + id).innerHTML = info_full;
  if (document.getElementById('download-' + id)) document.getElementById('download-' + id).innerHTML = download;
  if (document.getElementById('download-full-' + id)) document.getElementById('download-full-' + id).innerHTML = download_full;
  if (document.getElementById('date-' + id)) document.getElementById('date-' + id).innerHTML = date;
  if (document.getElementById('screenshot-' + id)) document.getElementById('screenshot-' + id).innerHTML = screenshot;
  if (document.getElementById('more-' + id)) document.getElementById('more-' + id).innerHTML = more;
  //if (document.getElementById('title-' + id)) document.getElementById('title-' + id).innerHTML = title;
  if (document.getElementById('comments-' + id)) document.getElementById('comments-' + id).innerHTML = comments;
//  if (document.getElementById('category-' + id)) document.getElementById('category-' + id).innerHTML = 'Category: ' + category;
}*/

function featured()
{
  var featured = '<table border="0" class="feature_software_tab_header" width="100%" cellpadding="0" cellspacing="0"><tr><td width="30"><img src="/freeware/img/icon_feature_soft.gif" width="30" height="28" border="0"/></td><td width="126" class="feature_software_title">Featured&nbsp;Freeware</td></tr></table><table border="0" class="feature_software_tab" width="100%" cellpadding="2" cellspacing="2"><tr><td class="feature_software_link"><a href="http://giveawayoftheday.com/freeware/2006/11/07/winamp/">Winamp 5.32</a></td></tr><tr><td class="feature_software_text"><img src="http://img.giveawayoftheday.com/screenshots/46/46267.jpg" border="0" class="feature_software_img"/>Winamp is the best multimedia player ever with many features such as skins/ themes, plugins/ extensions, portable device support including ipod, media library, music burning and ripping, transcoding, multiformat handling, etc.</td></tr></table>';
  document.getElementById('featured-software').innerHTML = featured;
}