var page;
function createURL(page)
{ 
  if (page=='' || page=='home')
  {
  //alert(page);
  document.location.href = "http://www.netprofitmagic.com/internetmarketingresources/index.php?id=" + page;
  }
  else
  {
  document.location.href = "http://www.netprofitmagic.com/internetmarketingresources/index.php?id=" + page; 
  }
}

