﻿/// <reference name="MicrosoftAjax.js"/>
  //REF: BrowseCourses Content Page BrowseCourse.aspx
  function getDetails (value)
  {
    var behave = $find('dpeCityDetails');
    if (behave) {
    behave.populate(value);
    }
  }
//Sys.Application.add_load(function() {getDetails('1')} );

  function PutCareers (value)
  {
    var behave = $find('dpePutCareers');
    if (behave)
    {
        behave.populate(value);
    }
  }
