/* preloadimage */Images = new Array();// image urlImages[0]= "/onlinedvd/tsutayadiscas/img/btn_submit_ov.jpg";// execution/*window.onload=function (){	for(i=0; i<Images.length; i++){		ImageName = "Image"+ i;		var ImageName = new Image();		ImageName.src = Images[i];// window pop upvar myrules = {'.popup' : function(el){var href = el.getAttribute('href');if (href){	el.onclick = function(){ window.open(href); return false;}	el.onkeypress = function(){ window.open(href); return false;}	}}};Behaviour.register(myrules);// window pop up// window pop upvar myrules2 = {'.regist' : function(el2){var href2 = 'http://track.affiliate-b.com/visit.php?a=y590B-e7260m&p=843094V';if (href2){	el2.onclick = function(){ window.open(href2); return false;}	el2.onkeypress = function(){ window.open(href2); return false;}	}}};Behaviour.register(myrules2);// window pop up// jQueryjQuery.noConflict();	}}*//* swap image */function chimg(filename,target){	document.images[target].src = filename;}function chimg2(filename,target){	document.images[target].src = filename;}/* roll over */function initRollOverImages() {  var image_cache = new Object();  $j("img.swap").each(function(i) {    var imgsrc = this.src;    var dot = this.src.lastIndexOf('.');    var imgsrc_ov = this.src.substr(0, dot) + '_ov' + this.src.substr(dot, 4);    image_cache[this.src] = new Image();    image_cache[this.src].src = imgsrc_ov;    $j(this).hover(      function() { this.src = imgsrc_ov; },      function() { this.src = imgsrc; });  });}$j=jQuery.noConflict();$j(document).ready(initRollOverImages);