//------------------------------------------------
/*google_ad_client = 'pub-2786750129923476';
google_ad_width =468;
google_ad_height = 60;
google_ad_format = '468x60_as';
google_color_border = 'FFFFFF';
google_color_bg = 'FFFFFF';
google_color_link = '426306';
google_color_url = 'FF0000';
google_color_text = '000000'; 
//------------------------------------------------
disp_460="<script type=\"text/javascript\"  src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>";
//disp_460 = "<img src='http://www.winentrance.com/images/products/entrance_cd/410x60/MBA/mba4.gif' border=0 height='60' width='468'>"
document.write (disp_460);*/

$(document).ready(function(){
var Found=false
var Current = new Array()
lnk_html = "";
dv_dsp_html = "";
var titles=[ "Free Software Products", "Internet Marketing", "ESoftwares", "How to Become a Pilot", "How to become a Actor" , "Career in Geo - Informatics" , "Career in Nutrition and Dietetics" , "Career in Nanotechnology" , "Career in Fashion Designing" , "Career in E-Commerce" , "E-Commerce Softwares" , "Applications Tools Download"];
var links=[ "http://www.globalcomputerbusiness.com/Products/" , "http://www.globalcomputerbusiness.com/internet_marketing_seo/" , "http://www.explore2india.com/software_products.html" , "http://www.winentrance.com/career_courses/pilot/" , "http://www.winentrance.com/career_courses/Career-Acting.html" , "http://www.winentrance.com/career_courses/Career-Opportunities-Remote-Sensing-Geo-Informatics.html" , "http://www.winentrance.com/career_courses/Nutrition_and_Dietetics_Course_Details.html" , "http://www.winentrance.com/career_courses/nanotechnology.html" , "http://www.winentrance.com/career_courses/Fashion_Designing/" , "http://www.winentrance.com/career_courses/E_Commerce/Career-E-Commerce-Information-Systems.html" , "http://www.explore2india.com/e-commerce_software.html" , "http://www.globalcomputerbusiness.com/Products/Business/Applications_Tools/" ];
var desc=[ "Business Softwares, CD/DVD Tools, IPOD Tools Download",
		  "Pay Per click Management, Online Advertising, Email Marketing", 
		  "Graphics and Animation, E-Commerce Software, Live Support",
		  "Pilot Career Course Institutions in India",
		  "Career Course in Acting & Acting Institutes",
		  "Career Opportunities in Remote Sensing and Geo - Informatics",
		  "Career in Nutrition and Dietetics - Course and Institutions",
		  "Build your Career in Nanotechnology",
		  "Areas in Fashion Designing",
		  "Private Sector Institutions offers ECommerce Courses",
		  "ECommerce Software Benefits",
		  "Get Application Tools Download"];
var MaxValue=titles.length - 1; 
var NumUnique=2
var Count=0
var Current = new Array(NumUnique)
GetUnique()
//alert("The unique numbers are: " + Current[0] + ", " + Current[1] + ", and " + Current[2])
  function GetUnique()
  {
    for (i=0;Count<NumUnique;Count++)
    {
      Found=false
      var rndValue = get_random()
      var j=0
      for (j=0;j<Current.length;j++)
      {
        if (Current[j] == rndValue)
        {
          Found=true
          break
        }
      }
      if (Found)
      {
        Count--
      } else {
        Current[Count]=rndValue
      }
    }
  }
  function get_random()
  {
    var ranNum= Math.round(Math.random()*MaxValue);
    return ranNum;
  }
for (i=0; i <titles.length; i++)
{
 //var rndNum = Math.floor(Math.random() * titles.length);
 dv_dsp_html = "<div style='width:230px;float:left;margin-left:5px;'><div class='foot_lnk_rd'><a target='blank' title='" +  titles[Current[0]] + "' href='" +  links[Current[0]] + "'>" + titles[Current[0]] + "</a></div><div class='desc'>" + desc[Current[0]] + "</div></div>"; 
 dv_dsp_html += "<div style='width:230px;float:right;'><div class='foot_lnk_rd'><a target='blank' title='" +  titles[Current[1]] + "' href='" +  links[Current[1]] + "'>" + titles[Current[1]] + "</a></div><div class='desc'>" + desc[Current[1]] + "</div></div>"; 
 }
 $("[name='dv_468_lnk']").html(dv_dsp_html);

});

