jQuery.noConflict();
jQuery(function($){
$('#mydiv').fadeIn(750);
});
var ajaxpage = function( url, containerid ) {
jQuery.ajax( {
url: url,
success: function( data, textStatus, XMLHttpRequest ) {
jQuery("#" + containerid).fadeOut( 750 , function() {
jQuery(this).html( data );
}).fadeIn( 750 );
},
error: function( XMLHttpRequest, textStatus, errorThrown ) {
alert( "XMLHttpRequest failed: " + errorThrown );
}
});
};
google.load("jquery", "1.4.2");
$(function(){
var peanut = [];
jQuery('img.slidemaximageRand').each(function(){
peanut.push($(this).attr('src'));
$(this).remove();
});
len = peanut.length
for(i=0;i