Drupal.behaviors.omniture_add_event = function() {
	//this is for the ajax omniture.
	$("ul.divx-product-inpage a").click(function(){ 
    void(s.t());
  });
}

function create_download(url) {
  var urlargs = url.split("/");
  if (urlargs[4]) {
    post_download = Drupal.settings.lang_prefix + '/downloads/postdownload/' + urlargs[3] + '/' + urlargs[4];
  }
  else {
    post_download = Drupal.settings.lang_prefix + '/downloads/postdownload/' + urlargs[3];
  }
	
  window.location.replace(post_download);
  window.open(url);
}
/*****
<div class="box_sw_left_buttons" style="width: 149px; height: 40px; float: left; margin-right: 10px;"><input type="image" src="<?php echo $images_divx_com; ?>/home/pv_win_download_button_jp.png" alt="Free DivX Download" onclick="var s=s_gi('<?php echo $rsid; ?>'); s.linkTrackVars='products,events'; s.linkTrackEvents='event1'; s.products=';DivX for Windows'; s.events='event1'; s.tl(this,'o','LinkName');" /></div>
***/