[jQuery] jCarousel with php paging

[jQuery] jCarousel with php paging


Hello,
I am trying to use jCarousel in my php script to show all records on
the same page. like this
http://sorgalla.com/projects/jcarousel/examples/static_simple.html
I have form where user has to logged in and then on his/her page he/
she can see these record. i have page where user is logged in. where
this JS is not working. then i copied my same code with different name
and tried there. its working. but the small difference is the page was
not having userid.
i mean that is not interlinked page with login page and other. we can
say it was dummy page of profile.php
i know little bit of JS. can anyone here tell me why this is
happening. and whats wrong with my code. if anyone ll try this code
there it ll work. i am quite sure about it. then why its not working
with when user is logged in.( to top of it i have to show my database
selection into this.. so i need to consider here this logged in
thing.)
here is my code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>BlogAdda - Profile of <?if($blogdata->fullname==""){echo ucwords
(strtolower($blogdata->username));}else{ echo ucwords(strtolower
($blogdata->fullname));}; ?></title>
<meta http-equiv="content-type" content="text/html;
charset=iso-8859-1" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="<?=$retpath;?>/includes/
adda2.css" media="screen" />
<script type="text/javascript" language="javascript" src="<?=$retpath;?