123
| <![CDATA[<script type="text/javascript">
$(document).ready(function(){
/*$('.box_thumb a').click(function(){
var pattern = 'http://ramec.mec.gov.br/index.php?option=com_publicidadefies';
var linkid = $(this).attr("href").substring(1);
if( linkid != "" )
{
$.getJSON( pattern + "&task=validate&item=" + $(this).attr("href").substring(1) + "&callback=?", function(data) {
if( data != null )
{
if( data.value == 0 )
{
$.fancybox({
'modal' : false,
'width' : 530,
'height' : 335,
'autoScale' : true,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'href' : 'publicidade_modal.html#' + linkid
});
}
else
{
ancora = window.location.href.split("#")[1];
window.top.window.location.href = "http://ramec.mec.gov.br/index.php?option=com_publicidadefies&task=download&id="+ linkid +"&code=" + data.code;
}
}
});
}
return false;
});
});*/}
</script>]]>
|