function detectItem()
{
var browser=location.search
if ((browser=="?california_democratic_convention"))
  {ajaxpage('behindthescenes/data/california_democratic_convention.html', 'aboutrp')}
else if ((browser=="?wake_up"))
  {ajaxpage('behindthescenes/data/wake_up.html', 'aboutrp')}else if ((browser=="?studio_tour"))
  {ajaxpage('behindthescenes/data/studio_tour.html', 'aboutrp')}else if ((browser=="?bush_and_cheney"))
  {ajaxpage('behindthescenes/data/bush_and_cheney.html', 'aboutrp')}else if ((browser=="?thomas_jefferson"))
  {ajaxpage('behindthescenes/data/thomas_jefferson.html', 'aboutrp')}else if ((browser=="?duel_for_the_secret"))
  {ajaxpage('behindthescenes/data/duel_for_the_secret.html', 'aboutrp')}else if ((browser=="?keepn_it_alive"))
  {ajaxpage('behindthescenes/data/keepn_it_alive.html', 'aboutrp')}else if ((browser=="?vegas"))
  {ajaxpage('behindthescenes/data/vegas.html', 'aboutrp')}else if ((browser=="?oreo"))
  {ajaxpage('behindthescenes/data/oreo.html', 'aboutrp')}else if ((browser=="?death_is_funny"))
  {ajaxpage('behindthescenes/data/death_is_funny.html', 'aboutrp')}
else
  {ajaxpage('behindthescenes/data/california_democratic_convention.html', 'aboutrp')}
  {}
}
