﻿/*!
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */

jQuery.noConflict();
jQuery(document).ready(function(){
jQuery(".img_cuadro_face").toggle(function(){ jQuery("#likebox_1").stop(true,false).animate({left:  0}, 500); },function(){ jQuery("#likebox_1").stop(true,false).animate({left: -250}, 500); });
jQuery("#polecamy_img").toggle(function(){ jQuery("#polecam_1").stop(true,false).animate({left:  0}, 500); },function(){ jQuery("#polecam_1").stop(true,false).animate({left: -250}, 500); }); 
});
