$(document).ready(function() { 
	$(".l2 #internalFlash").appendTo("#img2");


    $('div.expandable').expander({
       slicePoint:       288,
       expandPrefix:     ' ', // default is '... '
       expandText:       'read more...', // default is 'read more'
    });
}); 



